Searched refs:getCurFunction (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp40 if (S.getCurFunction()->SwitchStack.empty()) {
H A DSemaStmt.cpp291 return getCurFunction()->CompoundScopes.back();
343 if (getCurFunction()->SwitchStack.empty()) {
373 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
390 if (getCurFunction()->SwitchStack.empty()) {
396 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
435 getCurFunction()->setHasDroppedStmt();
648 getCurFunction()->setHasBranchIntoScope();
651 getCurFunction()->SwitchStack.push_back(SS);
667 assert(SS == getCurFunction()->SwitchStack.back() &&
671 getCurFunction()
[all...]
H A DSema.cpp1071 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
1075 FunctionScopeInfo *CurFunction = getCurFunction();
1084 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred();
H A DSemaOpenMP.cpp699 getCurFunction()->setHasBranchProtectedScope();
H A DSemaDecl.cpp4636 getCurFunction()->setHasBranchProtectedScope();
5763 getCurFunction()->setHasBranchProtectedScope();
8202 getCurFunction()->setHasBranchProtectedScope();
8295 getCurFunction()->markSafeWeakUse(Init);
8693 getCurFunction()->setHasBranchProtectedScope();
8786 getCurFunction()->setHasBranchProtectedScope();
9804 computeNRVO(Body, getCurFunction());
9818 computeNRVO(Body, getCurFunction());
9820 if (getCurFunction()->ObjCShouldCallSuper) {
9823 getCurFunction()
[all...]
H A DSemaDeclObjC.cpp403 getCurFunction()->ObjCShouldCallSuper = true;
407 getCurFunction()->ObjCShouldCallSuper = true;
413 getCurFunction()->ObjCShouldCallSuper =
H A DSemaExprObjC.cpp1914 getCurFunction()->ObjCShouldCallSuper = false;
2597 getCurFunction()->recordUseOfWeak(Result, Prop);
H A DSemaCodeComplete.cpp1710 if (!SemaRef.getCurFunction()->SwitchStack.empty()) {
3743 if (getCurFunction()->SwitchStack.empty() || !CodeCompleter)
3746 SwitchStmt *Switch = getCurFunction()->SwitchStack.back();
H A DSemaLookup.cpp3933 if (!SemaRef.getCurFunction()->SwitchStack.empty()) {
H A DSemaExpr.cpp8471 getCurFunction()->markSafeWeakUse(RHS.get());
10418 if (getCurFunction()->NeedsScopeChecking() &&
10450 getCurFunction()->setHasBranchProtectedScope();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h982 sema::FunctionScopeInfo *getCurFunction() const { function in class:clang::Sema
989 getCurFunction()->recordUseOfWeak(E, IsRead);

Completed in 301 milliseconds