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

References

tools/clang/lib/AST/ASTImporter.cpp
 1546   DeclContext *OrigDC = D->getDeclContext();
 1548   if (isa<RecordDecl>(D) && (FunDecl = dyn_cast<FunctionDecl>(OrigDC)) &&
 1560       if (RT && RT->getDecl() == D) {
 1561         Importer.FromDiag(D->getLocation(), diag::err_unsupported_ast_node)
 1562             << D->getDeclKindName();
 1569   if (Error Err = ImportDeclContext(D, DC, LexicalDC))
 1573   if (Error Err = importInto(Name, D->getDeclName()))
 1577   if (Error Err = importInto(Loc, D->getLocation()))
 1580   ToD = cast_or_null<NamedDecl>(Importer.GetAlreadyImportedOrNull(D));
 1582     if (Error Err = ASTNodeImporter(*this).ImportDefinitionIfNeeded(D, ToD))