Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h224 ImportPathTy ImportPath; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8337 ImportPath.push(FromD); in Import()
8339 llvm::make_scope_exit([this]() { ImportPath.pop(); }); in Import()
8359 if (ImportPath.hasCycleAtBack()) in Import()
8360 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack()); in Import()