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

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 40 if (S.getCurFunction()->SwitchStack.empty()) {
SemaStmt.cpp 277 return getCurFunction()->CompoundScopes.back();
332 if (getCurFunction()->SwitchStack.empty()) {
362 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
379 if (getCurFunction()->SwitchStack.empty()) {
385 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
424 getCurFunction()->setHasDroppedStmt();
639 getCurFunction()->setHasBranchIntoScope();
642 getCurFunction()->SwitchStack.push_back(SS);
658 assert(SS == getCurFunction()->SwitchStack.back() &&
662 getCurFunction()->SwitchStack.pop_back()
    [all...]
Sema.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp 402 getCurFunction()->ObjCShouldCallSuper = true;
406 getCurFunction()->ObjCShouldCallSuper = true;
412 getCurFunction()->ObjCShouldCallSuper =
    [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 856 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr,
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 73 milliseconds