Home
last modified time | relevance | path

Searched refs:setReturnLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1334 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp276 S->setReturnLoc(ReadSourceLocation(Record, Idx)); in VisitReturnStmt()