reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 2591     return getTrailingStmts()[PREARGS_START + I];
 2595     return getTrailingStmts()[PREARGS_START + I];
 2599     getTrailingStmts()[PREARGS_START + I] = PreArg;
 2668     return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START +
 2673         getTrailingStmts() + PREARGS_START + getNumPreArgs());
 2720     return getTrailingStmts() + PREARGS_START + getNumPreArgs();
 2725     return getTrailingStmts() + PREARGS_START + getNumPreArgs();
 2735                               PREARGS_START + getNumPreArgs() + getNumArgs());
 2787     return child_range(getTrailingStmts(), getTrailingStmts() + PREARGS_START +
 2793                              getTrailingStmts() + PREARGS_START +