Home
last modified time | relevance | path

Searched defs:WithGlobalNsPrefix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp58 getFullyQualifiedTemplateName(const ASTContext & Ctx,TemplateName & TName,bool WithGlobalNsPrefix) getFullyQualifiedTemplateName() argument
97 getFullyQualifiedTemplateArgument(const ASTContext & Ctx,TemplateArgument & Arg,bool WithGlobalNsPrefix) getFullyQualifiedTemplateArgument() argument
123 getFullyQualifiedTemplateType(const ASTContext & Ctx,const Type * TypePtr,bool WithGlobalNsPrefix) getFullyQualifiedTemplateType() argument
191 createOuterNNS(const ASTContext & Ctx,const Decl * D,bool FullyQualify,bool WithGlobalNsPrefix) createOuterNNS() argument
216 getFullyQualifiedNestedNameSpecifier(const ASTContext & Ctx,NestedNameSpecifier * Scope,bool WithGlobalNsPrefix) getFullyQualifiedNestedNameSpecifier() argument
269 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Decl * Decl,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
321 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Type * TypePtr,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
344 createNestedNameSpecifier(const ASTContext & Ctx,const NamespaceDecl * Namespace,bool WithGlobalNsPrefix) createNestedNameSpecifier() argument
361 createNestedNameSpecifier(const ASTContext & Ctx,const TypeDecl * TD,bool FullyQualify,bool WithGlobalNsPrefix) createNestedNameSpecifier() argument
380 getFullyQualifiedType(QualType QT,const ASTContext & Ctx,bool WithGlobalNsPrefix) getFullyQualifiedType() argument
485 getFullyQualifiedName(QualType QT,const ASTContext & Ctx,const PrintingPolicy & Policy,bool WithGlobalNsPrefix) getFullyQualifiedName() argument
[all...]
/llvm-project/clang/unittests/Tooling/
H A DQualTypeNamesTest.cpp16 bool WithGlobalNsPrefix = false; member