Lines Matching refs:CurScope
917 Declarator &ParamInfo, Scope *CurScope, in getLambdaType() argument
1079 if (CurScope->getTemplateParamParent() != nullptr) { in ActOnLambdaExpressionAfterIntroducer()
1081 } else if (Scope *P = CurScope->getParent()) { in ActOnLambdaExpressionAfterIntroducer()
1110 PushDeclContext(CurScope, Method); in ActOnLambdaExpressionAfterIntroducer()
1236 LookupName(R, CurScope); in ActOnLambdaExpressionAfterIntroducer()
1243 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator)) in ActOnLambdaExpressionAfterIntroducer()
1450 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
1467 PushOnScopeChains(Var, CurScope, false); in ActOnStartOfLambdaDefinition()
1487 CheckShadow(CurScope, P); in ActOnStartOfLambdaDefinition()
1488 PushOnScopeChains(P, CurScope); in ActOnStartOfLambdaDefinition()
1554 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError() argument