Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h1032 ReturnStmtBitfields ReturnStmtBits; in alignas() member
2816 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()
2860 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
2861 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/openbsd/src/gnu/llvm/clang/lib/AST/
DStmt.cpp1191 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()
1199 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()