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

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1361   if (const auto *MCE = dyn_cast<CXXMemberCallExpr>(CE))
 1364   if (const auto *OpCE = dyn_cast<CXXOperatorCallExpr>(CE)) {
 1370   } else if (CE->getCallee()->getType()->isBlockPointerType()) {
 1371     return create<BlockCall>(CE, State, LCtx);
 1376   return create<SimpleFunctionCall>(CE, State, LCtx);