Searched refs:getCommandLineArgs (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Testing/ |
| H A D | TestClangConfig.h | 65 std::vector<std::string> getCommandLineArgs() const { in getCommandLineArgs() function
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.h | 432 Code, AMatcher, /*ExpectMatch=*/true, TestConfig.getCommandLineArgs(), in matches() 440 Code, AMatcher, /*ExpectMatch=*/false, TestConfig.getCommandLineArgs(), in notMatches()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 135 llvm::copy(ClangConfig.getCommandLineArgs(), std::back_inserter(Args)); in buildTree()
|
| H A D | BuildTreeTest.cpp | 23 SCOPED_TRACE(llvm::join(GetParam().getCommandLineArgs(), " ")); in treeDumpEqual() 41 SCOPED_TRACE(llvm::join(GetParam().getCommandLineArgs(), " ")); in treeDumpEqualOnAnnotations()
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | SValTest.cpp | 151 CODE, GetParam().getCommandLineArgs())); \
|