Home
last modified time | relevance | path

Searched refs:TestClangConfig (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.h32 public ::testing::WithParamInterface<TestClangConfig> {
36 const TestClangConfig &ClangConfig);
59 std::vector<TestClangConfig> allTestClangConfigs();
H A DTreeTestBase.cpp49 std::vector<TestClangConfig> clang::syntax::allTestClangConfigs() { in allTestClangConfigs()
50 std::vector<TestClangConfig> all_configs; in allTestClangConfigs()
53 TestClangConfig config; in allTestClangConfigs()
67 SyntaxTreeTest::buildTree(StringRef Code, const TestClangConfig &ClangConfig) { in buildTree()
/llvm-project-15.0.7/clang/include/clang/Testing/
H A DTestClangConfig.h24 struct TestClangConfig { struct
80 const TestClangConfig &ClangConfig) { argument
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp103 class SValTest : public testing::TestWithParam<TestClangConfig> {};
386 std::vector<TestClangConfig> allTestClangConfigs() { in allTestClangConfigs()
387 std::vector<TestClangConfig> all_configs; in allTestClangConfigs()
388 TestClangConfig config; in allTestClangConfigs()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h426 public ::testing::WithParamInterface<TestClangConfig> {
430 const TestClangConfig &TestConfig = GetParam(); in matches()
438 const TestClangConfig &TestConfig = GetParam(); in notMatches()
H A DASTMatchersNodeTest.cpp2605 static std::vector<TestClangConfig> allTestClangConfigs() { in allTestClangConfigs()
2606 std::vector<TestClangConfig> all_configs; in allTestClangConfigs()
2609 TestClangConfig config; in allTestClangConfigs()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt249 clang/include/clang/Testing/TestClangConfig.h