Home
last modified time | relevance | path

Searched refs:ASTMergeFiles (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp183 if (!FEOpts.ASTMergeFiles.empty()) in CreateFrontendAction()
185 FEOpts.ASTMergeFiles); in CreateFrontendAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h482 std::vector<std::string> ASTMergeFiles; variable
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5841 MarshallingInfoStringVector<FrontendOpts<"ASTMergeFiles">>;