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

References

tools/clang/lib/AST/ASTImporter.cpp
 5036   bool IsFriend = D->getFriendObjectKind() != Decl::FOK_None;
 5043   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 5063         if (IsStructuralMatch(D, FoundTemplate)) {
 5066           if (D->isThisDeclarationADefinition() && TemplateWithDef)
 5067             return Importer.MapImported(D, TemplateWithDef);
 5089   CXXRecordDecl *FromTemplated = D->getTemplatedDecl();
 5097   auto TemplateParamsOrErr = import(D->getTemplateParameters());
 5102   if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name,
 5108   D2->setAccess(D->getAccess());
 5111   if (D->getDeclContext()->containsDeclAndLoad(D))
 5111   if (D->getDeclContext()->containsDeclAndLoad(D))
 5113   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))
 5113   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))