Home
last modified time | relevance | path

Searched refs:WithGlobalNsPrefix (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp36 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/
DQualTypeNamesTest.cpp17 bool WithGlobalNsPrefix = false; member
31 WithGlobalNsPrefix); in VisitValueDecl()
186 GlobalNsPrefix.WithGlobalNsPrefix = true; in TEST()
/external/clang/include/clang/Tooling/Core/
DQualTypeNames.h76 bool WithGlobalNsPrefix = false);