/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-likelihood-if-branch-weights.cpp | 269 void ForStmt() { in ForStmt() function
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p3.cpp | 170 constexpr int ForStmt() { in ForStmt() function
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2164 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 D | CodeGenPGO.cpp | 102 ForStmt, global() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3070 DiagnoseForRangeVariableCopies(Sema & SemaRef,const CXXForRangeStmt * ForStmt) DiagnoseForRangeVariableCopies() argument 3115 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); FinishCXXForRangeStmt() local [all...] |
H A D | SemaObjC.cpp | 200 ObjCForCollectionStmt *ForStmt = cast<ObjCForCollectionStmt>(S); FinishObjCForCollectionStmt() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1021 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, ForStmt() function in ForStmt
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1168 TEST_P(ASTMatchersTest,ForStmt) TEST_P() argument
|
H A D | ASTMatchersTraversalTest.cpp | 2259 StatementMatcher ForStmt = TEST() local
|