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

  /external/clang/lib/Sema/
SemaStmt.cpp 318 return getCurFunction()->CompoundScopes.back();
370 if (getCurFunction()->SwitchStack.empty()) {
380 getCurFunction()->SwitchStack.back()->getCond()) {
422 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
439 if (getCurFunction()->SwitchStack.empty()) {
445 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
488 getCurFunction()->setHasDroppedStmt();
659 getCurFunction()->setHasBranchIntoScope();
662 getCurFunction()->SwitchStack.push_back(SS);
731 assert(SS == getCurFunction()->SwitchStack.back() &
    [all...]
SemaStmtAttr.cpp 38 if (S.getCurFunction()->SwitchStack.empty()) {
SemaOpenMP.cpp     [all...]
Sema.cpp     [all...]
SemaDeclObjC.cpp 394 getCurFunction()->ObjCIsDesignatedInit = true;
395 getCurFunction()->ObjCWarnForNoDesignatedInitChain =
398 getCurFunction()->ObjCIsSecondaryInit = true;
399 getCurFunction()->ObjCWarnForNoInitDelegation = true;
412 getCurFunction()->ObjCShouldCallSuper = true;
416 getCurFunction()->ObjCShouldCallSuper = true;
422 getCurFunction()->ObjCShouldCallSuper =
    [all...]
SemaStmtAsm.cpp 614 getCurFunction()->setHasBranchProtectedScope();
SemaDecl.cpp     [all...]
SemaPseudoObject.cpp 834 S.getCurFunction()->markSafeWeakUse(RefExpr);
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 188 milliseconds