Home
last modified time | relevance | path

Searched refs:getAssocTypeSourceInfos (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp239 for (auto Pair : zip_longest(E1->getAssocTypeSourceInfos(), in IsStmtEquivalent()
240 E2->getAssocTypeSourceInfos())) { in IsStmtEquivalent()
H A DASTImporter.cpp6735 ArrayRef<const TypeSourceInfo *> FromAssocTypes(E->getAssocTypeSourceInfos()); in VisitGenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5820 ArrayRef<TypeSourceInfo *> getAssocTypeSourceInfos() const { in getAssocTypeSourceInfos() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15049 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
H A DSemaExpr.cpp18364 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()