Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1211 ReturnStmtBitfields ReturnStmtBits; in alignas() member
3027 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()
3071 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()
3072 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1192 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()
1200 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()