Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1371 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp276 S->setReturnLoc(ReadSourceLocation(Record, Idx)); in VisitReturnStmt()