Home | History | Annotate | Download | only in AST

Lines Matching defs:CallExpr

1077 CallExpr::CallExpr(const ASTContext& C, StmtClass SC, Expr *fn,
1106 CallExpr::CallExpr(const ASTContext& C, Expr *fn, ArrayRef<Expr*> args,
1134 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty)
1141 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, unsigned NumPreArgs,
1149 Decl *CallExpr::getCalleeDecl() {
1173 FunctionDecl *CallExpr::getDirectCallee() {
1180 void CallExpr::setNumArgs(const ASTContext& C, unsigned NumArgs) {
1208 unsigned CallExpr::getBuiltinCallee() const {
1230 bool CallExpr::isUnevaluatedBuiltinCall(ASTContext &Ctx) const {
1236 QualType CallExpr::getCallReturnType() const {
1250 SourceLocation CallExpr::getLocStart() const {
1259 SourceLocation CallExpr::getLocEnd() const {
2112 const CallExpr *CE = cast<CallExpr>(this);
3053 void VisitCallExpr(CallExpr *E) {