Home
last modified time | relevance | path

Searched defs:While (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp36 if (const auto *While = dyn_cast<WhileStmt>(S)) in isSemicolonRequiredAfter() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStandaloneEmptyCheck.cpp59 const auto *While = Nodes.getNodeAs<WhileStmt>(NodeId); in getCondition() local
H A DInfiniteLoopCheck.cpp297 if (const auto *While = dyn_cast<WhileStmt>(LoopStmt)) { in check() local
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto71 message While { message
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DReadabilityModuleTest.cpp353 TEST(BracesAroundStatementsCheckTest, While) { in TEST() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp111 BasicBlock *While = in getStrlenWithNull() local
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() argument
/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp409 TEST_P(BuildSyntaxTreeTest,While) TEST_P() argument