Home
last modified time | relevance | path

Searched refs:getGenericLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp157 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
161 S.Context, gse->getGenericLoc(), gse->getControllingType(), in rebuild()
H A DSemaExprObjC.cpp4581 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp16941 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
16946 Context, GSE->getGenericLoc(), GSE->getControllingType(), in FixOverloadedFunctionReference()
H A DTreeTransform.h13002 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
13009 E->getGenericLoc(), E->getDefaultLoc(), E->getRParenLoc(), in TransformGenericSelectionExpr()
H A DSemaExpr.cpp19774 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6459 SourceLocation getGenericLoc() const { in getGenericLoc() function
6464 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1362 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7708 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()