Lines Matching defs:CurScope
920 Declarator &ParamInfo, Scope *CurScope,
1084 if (CurScope->getTemplateParamParent() != nullptr) {
1086 } else if (Scope *P = CurScope->getParent()) {
1117 PushDeclContext(CurScope, Method);
1243 LookupName(R, CurScope);
1250 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
1457 ProcessDeclAttributes(CurScope, Method, ParamInfo);
1477 PushOnScopeChains(Var, CurScope, false);
1497 CheckShadow(CurScope, P);
1498 PushOnScopeChains(P, CurScope);
1564 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope,