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 241 return getCurFunction()->CompoundScopes.back();
294 if (getCurFunction()->SwitchStack.empty()) {
318 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
335 if (getCurFunction()->SwitchStack.empty()) {
341 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
549 getCurFunction()->setHasBranchIntoScope();
552 getCurFunction()->SwitchStack.push_back(SS);
568 assert(SS == getCurFunction()->SwitchStack.back() &&
572 getCurFunction()->SwitchStack.pop_back();
    [all...]
Sema.cpp 867 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
871 FunctionScopeInfo *CurFunction = getCurFunction();
880 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred();
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 861 sema::FunctionScopeInfo *getCurFunction() const {
    [all...]

Completed in 1347 milliseconds