Searched refs:getFullyQualifiedType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 110 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 371 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType() function 378 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 391 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 457 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | QualTypeNames.h | 87 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2282 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()
|