Home
last modified time | relevance | path

Searched defs:ShouldContinue (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp227 bool ShouldContinue = Base::TraverseStmt(Node); in traverseStmtWithIncreasedNestingLevel() local
234 bool ShouldContinue = Base::TraverseDecl(Node); in traverseDeclWithIncreasedNestingLevel() local
334 bool ShouldContinue = Base::TraverseBinaryOperator(Op); in TraverseBinaryOperator() local
352 bool ShouldContinue = Base::TraverseCallExpr(Node); in TraverseCallExpr() local
/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp788 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1179 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1290 bool ShouldContinue = false; in CheckForCFGHazards() local
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp998 bool ShouldContinue = TraverseStmt(If->getThen()); TraverseIfStmt() local
/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1114 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); expandPartwordCmpXchg() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2778 bool ShouldContinue = true; runImpl() local