Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1386 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2784 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc() function