Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp95 gse->getGenericLoc(), in rebuild()
HDSemaExprObjC.cpp4132 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
HDTreeTransform.h7602 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp836 Writer.AddSourceLocation(E->getGenericLoc(), Record); in VisitGenericSelectionExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h4475 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() function