Searched refs:WithGlobalNsPrefix (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 36 bool WithGlobalNsPrefix); 49 bool WithGlobalNsPrefix); 63 bool FullyQualify, bool WithGlobalNsPrefix); 67 bool FullyQualified, bool WithGlobalNsPrefix); 70 const ASTContext &Ctx, NestedNameSpecifier *scope, bool WithGlobalNsPrefix); 74 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateName() argument 87 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 96 Ctx, ArgTDecl, true, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 108 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateArgument() argument 116 Changed = getFullyQualifiedTemplateName(Ctx, TName, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() [all …]
|
/external/clang/unittests/Tooling/ |
D | QualTypeNamesTest.cpp | 17 bool WithGlobalNsPrefix = false; member 31 WithGlobalNsPrefix); in VisitValueDecl() 186 GlobalNsPrefix.WithGlobalNsPrefix = true; in TEST()
|
/external/clang/include/clang/Tooling/Core/ |
D | QualTypeNames.h | 76 bool WithGlobalNsPrefix = false);
|