Searched defs:IndirectJumps (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp69 SmallVector<IndirectGotoStmt*, 4> IndirectJumps; member in class:__anon17996::JumpScopeChecker
298 IndirectJumps.push_back(cast<IndirectGotoStmt>(S));
547 if (IndirectJumps.empty()) return;
552 S.Diag(IndirectJumps[0]->getGotoLoc(),
565 I = IndirectJumps.begin(), E = IndirectJumps.end(); I != E; ++I) {

Completed in 936 milliseconds