Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp15028 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h10318 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
H A DSemaExpr.cpp18196 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5796 SourceLocation getGenericLoc() const { in getGenericLoc() function
5801 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1221 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6599 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()