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