Home
last modified time | relevance | path

Searched defs:ClangArgv (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DIncrementalCompilerBuilderTest.cpp31 std::vector<const char *> ClangArgv = {"-Xclang", "-ast-dump-all"}; in TEST() local
H A DIncrementalProcessingTest.cpp63 std::vector<const char *> ClangArgv = {"-Xclang", "-emit-llvm-only"}; in TEST_F() local
/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp147 std::vector<const char *> ClangArgv(ClangArgs.size()); main() local
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp171 std::vector<const char *> ClangArgv(ClangArgs.size()); BuildCompilerInstance() local
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp142 create(std::string TT,std::vector<const char * > & ClangArgv) create() argument
[all...]