Home
last modified time | relevance | path

Searched refs:getFilenameForTesting (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Testing/
H A DCommandLineArgs.h39 StringRef getFilenameForTesting(TestLanguage Lang);
/llvm-project-15.0.7/clang/lib/Testing/
H A DCommandLineArgs.cpp87 StringRef getFilenameForTesting(TestLanguage Lang) { in getFilenameForTesting() function
H A DTestAST.cpp94 std::string Filename = getFilenameForTesting(In.Language).str(); in TestAST()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h149 FileContentMappings(), getFilenameForTesting(Lang)); in matchesConditionally()
433 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in matches()
441 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in notMatches()