CallEvent.h | 931 void *allocate() { function in class:clang::ento::CallEventManager 933 return Alloc.Allocate<FunctionCall>(); 940 return new (allocate()) T(A, St, LCtx); 945 return new (allocate()) T(A1, A2, St, LCtx); 951 return new (allocate()) T(A1, A2, A3, St, LCtx); 958 return new (allocate()) T(A1, A2, A3, A4, St, LCtx); [all...] |