Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1193 setReturnLoc(RL); in ReturnStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2849 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp342 S->setReturnLoc(readSourceLocation()); in VisitReturnStmt()