Home
last modified time | relevance | path

Searched defs:DoStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp97 DoStmt, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5583 AST_POLYMORPHIC_MATCHER_P(hasCondition,AST_POLYMORPHIC_SUPPORTED_TYPES (IfStmt,ForStmt,WhileStmt,DoStmt,SwitchStmt,AbstractConditionalOperator),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
5727 AST_POLYMORPHIC_MATCHER_P(hasBody,AST_POLYMORPHIC_SUPPORTED_TYPES (DoStmt,ForStmt,WhileStmt,CXXForRangeStmt,FunctionDecl,CoroutineBodyStmt),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2048 VisitDoStmt(const DoStmt *) VisitDoStmt() argument