Home
last modified time | relevance | path

Searched defs:CondVar (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DRedundantBranchConditionCheck.cpp78 const auto *CondVar = Result.Nodes.getNodeAs<VarDecl>(CondVarStr); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp163 if (const DeclStmt *CondVar = S->getConditionVariableDeclStmt()) in findRParenLoc() local
H A DElseAfterReturnCheck.cpp102 if (const VarDecl *CondVar = If->getConditionVariable()) in checkConditionVarUsageInElse() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.cpp545 void evaluatable(bool CondVar) { in evaluatable()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2014 if (const Stmt *CondVar = S->getConditionVariableDeclStmt()) in VisitSwitchStmt() local