Home
last modified time | relevance | path

Searched refs:hasConditionVariableStatement (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp290 REGISTER_MATCHER(hasConditionVariableStatement); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5228 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument