Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp111 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument()
378 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType() function
385 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
396 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
397 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType()
411 QT = getFullyQualifiedType(QT->getPointeeType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
454 return getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
485 QualType FQQT = getFullyQualifiedType(QT, Ctx, WithGlobalNsPrefix); in getFullyQualifiedName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h88 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2792 T = clang::TypeName::getFullyQualifiedType(T, Context); in AddResultTypeChunk()