Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4569 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp15425 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h10821 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
H A DSemaExpr.cpp19597 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h5878 SourceLocation getGenericLoc() const { in getGenericLoc() function
5883 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1228 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6994 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()