Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp43 for (unsigned I = 0, N = ASTFiles.size(); I != N; ++I) { in ExecuteAction()
49 ASTFiles[I], CI.getPCHContainerReader(), ASTUnit::LoadEverything, in ExecuteAction()
87 ArrayRef<std::string> ASTFiles) in ASTMergeAction() argument
88 : AdaptedAction(std::move(adaptedAction)), ASTFiles(ASTFiles.begin(), ASTFiles.end()) { in ASTMergeAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h252 std::vector<std::string> ASTFiles; variable
265 ArrayRef<std::string> ASTFiles);