Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DInitialization.h301 SourceLocation getReturnLoc() const { in getReturnLoc() function
/external/clang/include/clang/AST/
DStmt.h1190 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp196 Writer.AddSourceLocation(S->getReturnLoc(), Record); in VisitReturnStmt()
/external/clang/lib/Sema/
DSemaInit.cpp3723 Loc = Entity.getReturnLoc(); in CopyObject()
DTreeTransform.h5252 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()