Home
last modified time | relevance | path

Searched refs:getFullyQualifiedType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DQualTypeNames.cpp111 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument()
380 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType() function
387 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
398 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
399 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType()
413 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
428 return getFullyQualifiedType(QT.getSingleStepDesugaredType(Ctx), Ctx, in getFullyQualifiedType()
486 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DQualTypeNames.h88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp2693 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()