Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp155 gse->getGenericLoc(), in rebuild()
H A DSemaExprObjC.cpp4346 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
H A DSemaOverload.cpp13705 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h9089 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp981 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5044 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() function