Searched refs:FullyQualify (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 47 bool FullyQualify, bool WithGlobalNsPrefix); 190 bool FullyQualify, in createOuterNNS() argument 203 return createNestedNameSpecifier(Ctx, TD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS() 206 Ctx, TDD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS() 360 bool FullyQualify, in createNestedNameSpecifier() argument 373 Ctx, createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), in createNestedNameSpecifier()
|
H A D | TypePrinter.cpp | 131 bool FullyQualify); 1614 raw_ostream &OS, bool FullyQualify) { in printTemplateId() argument 1619 if (FullyQualify && TD) { in printTemplateId()
|