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

References

tools/clang/lib/Sema/SemaLambda.cpp
  399   Method->setAccess(AS_public);
  401     Class->addDecl(Method);
  405   Method->setLexicalDeclContext(CurContext);
  409                                          Method->getLocation(), MethodName,
  411                                          Method) : nullptr;
  414     Method->setDescribedFunctionTemplate(TemplateMethod);
  421     Method->setParams(Params);
  425     for (auto P : Method->parameters())
  426       P->setOwningFunction(Method);
  429   return Method;