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

  /external/clang/lib/Sema/
SemaStmt.cpp 328 return getCurFunction()->CompoundScopes.back();
380 if (getCurFunction()->SwitchStack.empty()) {
390 getCurFunction()->SwitchStack.back()->getCond()) {
432 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
449 if (getCurFunction()->SwitchStack.empty()) {
455 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
662 getCurFunction()->setHasBranchIntoScope();
665 getCurFunction()->SwitchStack.push_back(SS);
732 assert(SS == getCurFunction()->SwitchStack.back() &&
735 getCurFunction()->SwitchStack.pop_back()
    [all...]
SemaStmtAttr.cpp 38 if (S.getCurFunction()->SwitchStack.empty()) {
SemaCoroutine.cpp 131 auto *ScopeInfo = S.getCurFunction();
363 FunctionScopeInfo *Fn = getCurFunction();
Sema.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDeclObjC.cpp 395 getCurFunction()->ObjCIsDesignatedInit = true;
396 getCurFunction()->ObjCWarnForNoDesignatedInitChain =
399 getCurFunction()->ObjCIsSecondaryInit = true;
400 getCurFunction()->ObjCWarnForNoInitDelegation = true;
413 getCurFunction()->ObjCShouldCallSuper = true;
417 getCurFunction()->ObjCShouldCallSuper = true;
423 getCurFunction()->ObjCShouldCallSuper =
    [all...]
SemaDecl.cpp     [all...]
SemaStmtAsm.cpp 728 getCurFunction()->setHasBranchProtectedScope();
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 131 milliseconds