Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

202 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) {  
209 if (CurScope && Param->getIdentifier()) {
210 CheckShadow(CurScope, Param);
212 PushOnScopeChains(Param, CurScope);
219 Scope *CurScope) {
223 if (Scope *TmplScope = CurScope->getTemplateParamParent())
260 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
281 ProcessDeclAttributes(CurScope, Method, ParamInfo);
284 PushDeclContext(CurScope, Method);
357 LookupName(R, CurScope);
364 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
423 addLambdaParameters(Method, CurScope);
430 CurScope,
569 Scope *CurScope,