Home
last modified time | relevance | path

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

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