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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  206         case CFGElement::Statement:
tools/clang/include/clang/Analysis/CFG.h
   69     STMT_BEGIN = Statement,
  134   explicit CFGStmt(Stmt *S, Kind K = Statement) : CFGElement(K, S) {
tools/clang/lib/Analysis/CFG.cpp
 4955     case CFGElement::Statement:
 5409   case CFGElement::Kind::Statement:
tools/clang/lib/Analysis/Consumed.cpp
 1344       case CFGElement::Statement:
tools/clang/lib/Analysis/PathDiagnostic.cpp
  514   case CFGElement::Statement:
tools/clang/lib/Analysis/ThreadSafety.cpp
  778         case CFGElement::Statement: {
 2465         case CFGElement::Statement: {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  189     if (B.getKind() != CFGElement::Statement)
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  634     case CFGElement::Statement: