Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp74 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateName()
108 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateArgument()
134 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateType()
204 bool WithGlobalNsPrefix) { in createOuterNNS()
229 bool WithGlobalNsPrefix) { in getFullyQualifiedNestedNameSpecifier()
282 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf()
334 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf()
357 bool WithGlobalNsPrefix) { in createNestedNameSpecifier()
374 bool WithGlobalNsPrefix) { in createNestedNameSpecifier()
385 bool WithGlobalNsPrefix) { in getFullyQualifiedType()
[all …]
/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp17 bool WithGlobalNsPrefix = false; member