Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1020 ReturnStmtBitfields ReturnStmtBits; in alignas() member
2804 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()
2848 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
2849 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1190 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()
1198 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()