Home
last modified time | relevance | path

Searched refs:FullyQualify (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp47 bool FullyQualify, bool WithGlobalNsPrefix);
187 bool FullyQualify, in createOuterNNS() argument
200 return createNestedNameSpecifier(Ctx, TD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS()
203 Ctx, TDD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS()
357 bool FullyQualify, in createNestedNameSpecifier() argument
361 createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), in createNestedNameSpecifier()
H A DTypePrinter.cpp120 bool FullyQualify);
1436 raw_ostream &OS, bool FullyQualify) { in printTemplateId() argument
1440 if (FullyQualify && TD) { in printTemplateId()