Searched refs:WithGlobalNsPrefix (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 33 bool WithGlobalNsPrefix); 47 bool FullyQualify, bool WithGlobalNsPrefix); 51 bool FullyQualified, bool WithGlobalNsPrefix); 54 const ASTContext &Ctx, NestedNameSpecifier *scope, bool WithGlobalNsPrefix); 58 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateName() argument 72 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 81 Ctx, ArgTDecl, true, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 97 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateArgument() argument 105 Changed = getFullyQualifiedTemplateName(Ctx, TName, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 112 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | QualTypeNames.h | 77 bool WithGlobalNsPrefix = false); 89 bool WithGlobalNsPrefix = false);
|