|
clang 24.0.0git
|
#include "clang/ScalableStaticAnalysis/Core/ASTEntityMapping.h"#include "clang/AST/Decl.h"#include "clang/ScalableStaticAnalysis/Core/EntityLinker/EntityLinker.h"#include "clang/ScalableStaticAnalysis/Core/Model/BuildNamespace.h"#include "clang/UnifiedSymbolResolution/USRGeneration.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| Top level wrappers for InstallAPI frontend operations. | |
| 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. | |
| EntityLinkageType | clang::ssaf::getLinkageForDecl (const Decl *D) |
| Computes the SSAF linkage of a declaration. | |
| std::optional< EntityName > | clang::ssaf::getQualifiedEntityName (const Decl *D, const NestedBuildNamespace &TUNamespace, const NestedBuildNamespace &LUNamespace) |
Returns the EntityName qualified with the build namespaces it would carry after linking into LUNamespace. | |
| std::optional< EntityName > | clang::ssaf::getQualifiedEntityNameForReturn (const FunctionDecl *FD, const NestedBuildNamespace &TUNamespace, const NestedBuildNamespace &LUNamespace) |
| Similar to getQualifiedEntityName, but for entities of function return values. | |