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

References

tools/clang/include/clang/AST/Expr.h
 2560     return const_cast<CallExpr *>(this)->getTrailingStmts();
 2591     return getTrailingStmts()[PREARGS_START + I];
 2599     getTrailingStmts()[PREARGS_START + I] = PreArg;
 2638   Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); }
 2640   void setCallee(Expr *F) { getTrailingStmts()[FN] = F; }
 2668     return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START +
 2720     return getTrailingStmts() + PREARGS_START + getNumPreArgs();
 2734     return llvm::makeArrayRef(getTrailingStmts(),
 2787     return child_range(getTrailingStmts(), getTrailingStmts() + PREARGS_START +
 2787     return child_range(getTrailingStmts(), getTrailingStmts() + PREARGS_START +