Home
last modified time | relevance | path

Searched defs:ForStmt (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp269 void ForStmt() { in ForStmt() function
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp170 constexpr int ForStmt() { in ForStmt() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2164 AST_MATCHER_P(ForStmt,hasIncrement,internal::Matcher<Stmt>,InnerMatcher) AST_MATCHER_P() argument
2179 AST_MATCHER_P(ForStmt,hasLoopInit,internal::Matcher<Stmt>,InnerMatcher) AST_MATCHER_P() argument
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/lib/CodeGen/
H A DCodeGenPGO.cpp102 ForStmt, global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3070 DiagnoseForRangeVariableCopies(Sema & SemaRef,const CXXForRangeStmt * ForStmt) DiagnoseForRangeVariableCopies() argument
3115 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); FinishCXXForRangeStmt() local
[all...]
H A DSemaObjC.cpp200 ObjCForCollectionStmt *ForStmt = cast<ObjCForCollectionStmt>(S); FinishObjCForCollectionStmt() local
/llvm-project/clang/lib/AST/
H A DStmt.cpp1021 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, ForStmt() function in ForStmt
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1168 TEST_P(ASTMatchersTest,ForStmt) TEST_P() argument
H A DASTMatchersTraversalTest.cpp2259 StatementMatcher ForStmt = TEST() local