Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp44 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()
356 bool FullyQualify, in createNestedNameSpecifier() argument
369 Ctx, createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), TypePtr); in createNestedNameSpecifier()
H A DTypePrinter.cpp130 bool FullyQualify);
1661 raw_ostream &OS, bool FullyQualify) { in printTemplateId() argument
1667 if (FullyQualify && TD) { in printTemplateId()