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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  259   REGISTER_MATCHER(hasConditionVariableStatement);
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  275           unless(hasConditionVariableStatement(declStmt())
tools/clang/tools/extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
   34                  unless(hasConditionVariableStatement(anything())),
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1882     ifStmt(hasConditionVariableStatement(declStmt()))));
 1885     ifStmt(hasConditionVariableStatement(declStmt()))));
 1891     ifStmt(hasConditionVariableStatement(declStmt()))));