Searched refs:CollectStatementsForCase (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1265 /// CollectStatementsForCase - Given the body of a 'switch' statement and a
1289 static CSFC_Result CollectStatementsForCase(const Stmt *S, function
1302 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase,
1307 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
1333 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1372 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {
1412 /// then invoke CollectStatementsForCase to find the list of statements to emit
1413 /// for a switch on constant. See the comment above CollectStatementsForCase
1463 return CollectStatementsForCase(S.getBody(), Case, FoundCase,

Completed in 191 milliseconds