Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp159 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
163 S.Context, gse->getGenericLoc(), gse->getControllingType(), in rebuild()
HDSemaExprObjC.cpp4587 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
HDSemaOverload.cpp16124 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
16129 Context, GSE->getGenericLoc(), GSE->getControllingType(), in FixOverloadedFunctionReference()
HDTreeTransform.h11878 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
11885 E->getGenericLoc(), E->getDefaultLoc(), E->getRParenLoc(), in TransformGenericSelectionExpr()
HDSemaExpr.cpp19293 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h6260 SourceLocation getGenericLoc() const { in getGenericLoc() function
6265 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1339 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7360 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()