Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp112 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 DQualTypeNames.h88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2799 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()