Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2164 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
2179 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
5607 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
5751 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, WhileStmt, CXXForRangeStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp100 ForStmt, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3070 const CXXForRangeStmt *ForStmt) { in DiagnoseForRangeVariableCopies()
3115 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); in FinishCXXForRangeStmt() local
H A DSemaObjC.cpp200 ObjCForCollectionStmt *ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1021 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt