class Stmt::ReturnStmtBitfields

Declaration

class Stmt::ReturnStmtBitfields { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Stmt.h:261

Member Variables

private unsigned int
private unsigned int HasNRVOCandidate
True if this ReturnStmt has storage for an NRVO candidate.
private clang::SourceLocation RetLoc
The location of the "return".