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

References

tools/clang/lib/AST/ASTImporter.cpp
 7937   ImportPath.push(FromD);
 7939       llvm::make_scope_exit([this]() { ImportPath.pop(); });
 7959     if (ImportPath.hasCycleAtBack())
 7960       SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack());