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

Declarations

tools/clang/lib/AST/ASTImporter.cpp
  362     Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);

References

tools/clang/lib/AST/ASTImporter.cpp
 1812       Error Result = ImportDeclContext(From, /*ForceImport=*/true);
 1888     if (Error Err = ImportDeclContext(From, /*ForceImport=*/true))
 1921       return ImportDeclContext(From, /*ForceImport=*/true);
 1940     if (Error Err = ImportDeclContext(From, /*ForceImport=*/true))
 2250   if (Error Err = ImportDeclContext(D))
 4112   if (Error Err = ImportDeclContext(D))
 4131       if (Error Err = ImportDeclContext(From))
 4166     if (Error Err = ImportDeclContext(From, /*ForceImport=*/true))
 4502       if (Error Err = ImportDeclContext(From))
 4563     if (Error Err = ImportDeclContext(From, /*ForceImport=*/true))
 4692   if (Error Err = ImportDeclContext(D))
 4777   if (Error Err = ImportDeclContext(D))
 8622   return Importer.ImportDeclContext(FromDC, true);