Searched refs:ImportPath (Results 1 – 2 of 2) sorted by relevance
196 ImportPathTy ImportPath; variable
9422 ImportPath.push(FromD); in Import()9424 llvm::make_scope_exit([this]() { ImportPath.pop(); }); in Import()9444 if (ImportPath.hasCycleAtBack()) in Import()9445 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack()); in Import()