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

References

tools/clang/lib/AST/ASTImporter.cpp
 3012   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 3041     auto FoundDecls = Importer.findDeclsInToCtx(DC, Name);
 3074           Name, DC, IDNS, ConflictingDecls.data(), ConflictingDecls.size());
 3166             ToFunction, D, Importer.getToContext(), cast<CXXRecordDecl>(DC),
 3187         ToFunction, D, Importer.getToContext(), cast<CXXRecordDecl>(DC),
 3205             ToFunction, D, Importer.getToContext(), cast<CXXRecordDecl>(DC),
 3213             ToFunction, D, Importer.getToContext(), cast<CXXRecordDecl>(DC),
 3220             ToFunction, D, Importer.getToContext(), DC, ToInnerLocStart,
 3315     DC->addDeclInternal(ToFunction);
 3316   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))
 3325   if (LexicalDC != DC && IsFriend) {
 3326     DC->makeDeclVisibleInContext(ToFunction);