Home
last modified time | relevance | path

Searched refs:ElseIf (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td287 def ElseIf : VerbatimLineCommand<"elseif">;
/llvm-project-15.0.7/llvm/docs/
H A DCMakePrimer.rst208 If, ElseIf, Else
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp343 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
345 PrintRawIfStmt(ElseIf); in PrintRawIfStmt()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp1996 TEST_F(FormatTest, ElseIf) { in TEST_F() argument