Home
last modified time | relevance | path

Searched refs:translateToType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h200 const Type *translateToType(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp249 NestedNameSpecifier::translateToType(const ASTContext &Context) const { in translateToType() function in NestedNameSpecifier
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2121 TP = QualType(QP->translateToType(S.Context), 0); in DeduceTemplateArgumentsByTypeMatch()
2130 TA = QualType(QA->translateToType(S.Context), 0).getUnqualifiedType(); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExprCXX.cpp64 QualType Type(NNS->translateToType(Context), 0); in getInheritingConstructorName()