Searched defs:WhileStmt (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-likelihood-if-branch-weights.cpp | 185 void WhileStmt() { in WhileStmt() function
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1121 WhileStmt::WhileStmt(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, WhileStmt() function in WhileStmt 1138 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) WhileStmt() function in WhileStmt [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 100 WhileStmt, global() enumerator
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5607 AST_POLYMORPHIC_MATCHER_P(hasCondition,AST_POLYMORPHIC_SUPPORTED_TYPES (IfStmt,ForStmt,WhileStmt,DoStmt,SwitchStmt,AbstractConditionalOperator),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 5751 AST_POLYMORPHIC_MATCHER_P(hasBody,AST_POLYMORPHIC_SUPPORTED_TYPES (DoStmt,ForStmt,WhileStmt,CXXForRangeStmt,FunctionDecl,CoroutineBodyStmt),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysisTest.cpp | 1121 TEST_F(FlowConditionTest,WhileStmt) TEST_F() argument
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1494 TEST_P(ASTMatchersTest,WhileStmt) TEST_P() argument
|
H A D | ASTMatchersTraversalTest.cpp | 2264 StatementMatcher WhileStmt = TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2066 VisitWhileStmt(const WhileStmt *) VisitWhileStmt() argument
|