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

References

tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
   44   if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(CE.getDecl()))
   47   const Expr *Callee = CE.getOriginExpr();
   51   if (!BuildSinks && CE.isGlobalCFunction()) {
   52     if (const IdentifierInfo *II = CE.getCalleeIdentifier()) {