reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLambda.cpp
  894     auto *TemplateParamScope = CurScope->getTemplateParamParent();
  902     KnownDependent = CurScope->getTemplateParamParent() != nullptr;
  949     MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
  984   ProcessDeclAttributes(CurScope, Method, ParamInfo);
  995   PushDeclContext(CurScope, Method);
 1115         PushOnScopeChains(Var, CurScope, false);
 1142       LookupName(R, CurScope);
 1149         if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
 1225   addLambdaParameters(Intro.Captures, Method, CurScope);