Home
last modified time | relevance | path

Searched refs:SetCompilerArgs (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DIncrementalCompilerBuilderTest.cpp30 TEST(IncrementalCompilerBuilder, SetCompilerArgs) { in TEST() argument
33 CB.SetCompilerArgs(ClangArgv); in TEST()
H A DIncrementalProcessingTest.cpp65 CB.SetCompilerArgs(ClangArgv); in TEST_F()
H A DInterpreterTest.cpp48 CB.SetCompilerArgs(ClangArgs);
/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp54 CB.SetCompilerArgs(ClangArgs);
/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h50 void SetCompilerArgs(const std::vector<const char *> &Args) { in SetCompilerArgs()
49 void SetCompilerArgs(const std::vector<const char *> &Args) { SetCompilerArgs() function
/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp171 CB.SetCompilerArgs(ClangArgv); in main()