Searched refs:WithGlobalNsPrefix (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 33 bool WithGlobalNsPrefix); 47 bool FullyQualify, bool WithGlobalNsPrefix); 51 bool FullyQualified, bool WithGlobalNsPrefix); 71 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 80 Ctx, ArgTDecl, true, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 138 Ctx, Arg, WithGlobalNsPrefix); in getFullyQualifiedTemplateType() 169 Ctx, Arg, WithGlobalNsPrefix); in getFullyQualifiedTemplateType() 217 bool WithGlobalNsPrefix) { in getFullyQualifiedNestedNameSpecifier() argument 233 WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier() 270 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument [all …]
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | QualTypeNamesTest.cpp | 16 bool WithGlobalNsPrefix = false; member 29 VD->getType(), *Context, Policy, WithGlobalNsPrefix); in VisitValueDecl() 211 GlobalNsPrefix.WithGlobalNsPrefix = true; in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | QualTypeNames.h | 77 bool WithGlobalNsPrefix = false); 89 bool WithGlobalNsPrefix = false);
|