Searched refs:getFullyQualifiedType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 109 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 374 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType() function 381 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 392 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 408 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 423 getFullyQualifiedType(AT->getModifiedType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 425 getFullyQualifiedType(AT->getEquivalentType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 463 return getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedType() 494 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | QualTypeNames.h | 88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2929 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()
|