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
 1169   T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx) {
 1170     static_assert(sizeof(T) == sizeof(CallEventTemplateTy),
 1172     return new (allocate()) T(A, St, LCtx);