Home
last modified time | relevance | path

Searched refs:getAliasedType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td720 ? std::optional<QualType>(node->getAliasedType())
H A DType.h6539 QualType getAliasedType() const;
6554 return isTypeAlias() ? getAliasedType() : getCanonicalTypeInternal();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1424 TST = TST->getAliasedType()->getAs<TemplateSpecializationType>(); in makeTemplateList()
H A DType.cpp4326 QualType TemplateSpecializationType::getAliasedType() const { in getAliasedType() function in TemplateSpecializationType
4335 getAliasedType().Profile(ID); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1376 llvm::DIType *Src = getOrCreateType(Ty->getAliasedType(), Unit); in CreateType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1200 TST = TST->getAliasedType()->getAs<TemplateSpecializationType>(); in handlePreferredName()