HomeSort by relevance Sort by last modified time
    Searched refs:getCurFunction (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
SemaStmt.cpp 228 if (getCurFunction()->SwitchStack.empty()) {
235 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
248 if (getCurFunction()->SwitchStack.empty()) {
254 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
460 getCurFunction()->setHasBranchIntoScope();
463 getCurFunction()->SwitchStack.push_back(SS);
479 assert(SS == getCurFunction()->SwitchStack.back() &&
483 getCurFunction()->SwitchStack.pop_back();
    [all...]
Sema.cpp 774 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred();
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 747 sema::FunctionScopeInfo *getCurFunction() const {
    [all...]

Completed in 132 milliseconds