Searched refs:getFullyQualifiedType (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 112 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 379 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType() function 386 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 397 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 398 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType() 412 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 455 return getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 486 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedName()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | QualTypeNames.h | 88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2799 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()
|