HomeSort by: relevance | last modified time | path
    Searched refs:ImportPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporter.h 99 // An ImportPath is the list of the AST nodes which we visit during an
224 ImportPathTy ImportPath;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8337 ImportPath.push(FromD);
8339 llvm::make_scope_exit([this]() { ImportPath.pop(); });
8359 if (ImportPath.hasCycleAtBack())
8360 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack());

Completed in 20 milliseconds