Searched refs:FullyQualified (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 51 bool FullyQualified, bool WithGlobalNsPrefix); 268 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 300 Ctx, TD, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 320 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 338 Ctx, Decl, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 350 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces in createNestedNameSpecifier() local 353 createOuterNNS(Ctx, Namespace, FullyQualified, WithGlobalNsPrefix), in createNestedNameSpecifier()
|