Searched refs:WithGlobalNsPrefix (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 30 bool WithGlobalNsPrefix); 44 bool FullyQualify, bool WithGlobalNsPrefix); 48 bool FullyQualified, bool WithGlobalNsPrefix); 51 const ASTContext &Ctx, NestedNameSpecifier *scope, bool WithGlobalNsPrefix); 55 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateName() argument 69 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 78 Ctx, ArgTDecl, true, WithGlobalNsPrefix); in getFullyQualifiedTemplateName() 94 bool WithGlobalNsPrefix) { in getFullyQualifiedTemplateArgument() argument 102 Changed = getFullyQualifiedTemplateName(Ctx, TName, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 109 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);
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 4241 CXType CT, CXPrintingPolicy Policy, unsigned WithGlobalNsPrefix);
|