Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmt.cpp1173 setReturnLoc(RL); in ReturnStmt()
/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
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp336 S->setReturnLoc(readSourceLocation()); in VisitReturnStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp280 S->setReturnLoc(ReadSourceLocation(Record, Idx)); in VisitReturnStmt()