Home
last modified time | relevance | path

Searched defs:ElseIf (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmtPrinter.cpp205 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt() local
/external/clang/unittests/Format/
DFormatTest.cpp459 TEST_F(FormatTest, ElseIf) { in TEST_F() argument