|
clang 22.0.0git
|
#include "clang/Analysis/Scalable/ASTEntityMapping.h"#include "clang/AST/Decl.h"#include "clang/Analysis/Scalable/Model/BuildNamespace.h"#include "clang/Index/USRGeneration.h"#include "llvm/ADT/SmallString.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ssaf |
Functions | |
| std::optional< EntityName > | clang::ssaf::getEntityName (const Decl *D) |
| Maps a declaration to an EntityName. | |
| std::optional< EntityName > | clang::ssaf::getEntityNameForReturn (const FunctionDecl *FD) |
| Maps return entity of a function to an EntityName. | |