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

References

tools/clang/lib/AST/ASTImporter.cpp
 4668   if (!ToImpl) {
 4681             ToImpl, D, Importer.getToContext(), DC,
 4684       return ToImpl;
 4686     ToImpl->setLexicalDeclContext(LexicalDC);
 4687     LexicalDC->addDeclInternal(ToImpl);
 4688     Category->setImplementation(ToImpl);
 4691   Importer.MapImported(D, ToImpl);
 4695   return ToImpl;