Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCurScope

193   Scope *getCurScope() const { return Stack.back().CurScope; }
194 Scope *getCurScope() { return Stack.back().CurScope; }
337 Scope *CurScope = getCurScope();
552 SemaRef.getCurScope());
1074 if (Stack->getCurScope()) {
1947 ExprResult Val = ActOnBooleanCondition(DSAStack->getCurScope(),
3123 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), BOK,