/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-likelihood-if-branch-weights.cpp | 142 void IfStmt() { in IfStmt() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseStdMinMaxCheck.cpp | 22 AST_MATCHER(IfStmt, isIfInMacro) { in AST_MATCHER() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5591 IfStmt)) { in AST_POLYMORPHIC_MATCHER_P() argument 5634 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_MATCHER_P() argument 5526 AST_POLYMORPHIC_MATCHER(isConsteval,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,IfStmt)) AST_POLYMORPHIC_MATCHER() argument 5548 AST_POLYMORPHIC_MATCHER(isConstexpr,AST_POLYMORPHIC_SUPPORTED_TYPES (VarDecl,FunctionDecl,IfStmt)) AST_POLYMORPHIC_MATCHER() 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 5622 AST_MATCHER_P(IfStmt,hasThen,internal::Matcher<Stmt>,InnerMatcher) AST_MATCHER_P() argument 5684 AST_MATCHER_P(IfStmt,hasConditionVariableStatement,internal::Matcher<DeclStmt>,InnerMatcher) AST_MATCHER_P() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 924 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, IfStatementKind Kind, IfStmt() function in IfStmt 951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) IfStmt() function in IfStmt [all...] |
H A D | StmtOpenMP.cpp | 266 Stmt *AssociatedStmt, Stmt *IfStmt) { in Create() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 108 IfStmt, global() enumerator
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 1602 TEST(IfStmt,ChildTraversalMatchers) TEST() argument 2254 StatementMatcher IfStmt = TEST() local
|
/llvm-project/flang/lib/Lower/ |
H A D | PFTBuilder.cpp | 848 __anonc96f36d91d02(const parser::IfStmt &) analyzeBranches() argument
|
H A D | Bridge.cpp | 5016 genFIR(const Fortran::parser::IfStmt &) genFIR() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 2363 struct IfStmt { global() struct 2365 tIfStmt global() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 5946 Stmt *IfStmt; global() variable
|