Searched refs:FullyQualify (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 47 bool FullyQualify, bool WithGlobalNsPrefix); 191 bool FullyQualify, in createOuterNNS() argument 204 return createNestedNameSpecifier(Ctx, TD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS() 207 Ctx, TDD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS() 361 bool FullyQualify, in createNestedNameSpecifier() argument 374 Ctx, createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), in createNestedNameSpecifier()
|
| H A D | TypePrinter.cpp | 135 bool FullyQualify); 1484 raw_ostream &OS, bool FullyQualify) { in printTemplateId() argument 1489 if (FullyQualify && TD) { in printTemplateId()
|