|
clang 22.0.0git
|
#include "clang/AST/ASTContext.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::TypeName |
Functions | |
| std::string | clang::TypeName::getFullyQualifiedName (QualType QT, const ASTContext &Ctx, const PrintingPolicy &Policy, bool WithGlobalNsPrefix=false) |
| Get the fully qualified name for a type. | |
| QualType | clang::TypeName::getFullyQualifiedType (QualType QT, const ASTContext &Ctx, bool WithGlobalNsPrefix=false) |
| Generates a QualType that can be used to name the same type if used at the end of the current translation unit. | |
| NestedNameSpecifier | clang::TypeName::getFullyQualifiedDeclaredContext (const ASTContext &Ctx, const Decl *Decl, bool WithGlobalNsPrefix=false) |
| Get the fully qualified name for the declared context of a declaration. | |