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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
 1176   T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx) {
 1177     static_assert(sizeof(T) == sizeof(CallEventTemplateTy),
 1179     return new (allocate()) T(A1, A2, St, LCtx);