Home
last modified time | relevance | path

Searched refs:ImportPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h196 ImportPathTy ImportPath; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9422 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()