Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp95 gse->getGenericLoc(), in rebuild()
H A DSemaExprObjC.cpp3934 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
H A DTreeTransform.h7337 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp823 Writer.AddSourceLocation(E->getGenericLoc(), Record); in VisitGenericSelectionExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h4407 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() function