Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp47 bool FullyQualify, bool WithGlobalNsPrefix);
189 bool FullyQualify, in createOuterNNS() argument
202 return createNestedNameSpecifier(Ctx, TD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS()
205 Ctx, TDD, FullyQualify, WithGlobalNsPrefix); in createOuterNNS()
359 bool FullyQualify, in createNestedNameSpecifier() argument
372 Ctx, createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), in createNestedNameSpecifier()
H A DTypePrinter.cpp131 bool FullyQualify);
1550 raw_ostream &OS, bool FullyQualify) { in printTemplateId() argument
1555 if (FullyQualify && TD) { in printTemplateId()