Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1017 ReturnStmtBitfields ReturnStmtBits; member
2743 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()
2787 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
2788 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1178 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()
1186 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()