Home
last modified time | relevance | path

Searched refs:DefaultCode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp29 Context.createInMemoryFile("input.cpp", DefaultCode)); in SetUp()
33 std::string DefaultCode = std::string(100, 'a'); member in __anon70325ece0111::RefactoringActionRulesTest
H A DRefactoringTest.cpp1086 DefaultFileID = Context.createInMemoryFile("input.cpp", DefaultCode); in SetUp()
1093 std::string DefaultCode = std::string(100, 'a'); member in clang::tooling::AtomicChangeTest
1264 FileID NewID = Context.createInMemoryFile("extra.cpp", DefaultCode); in TEST_F()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3006 static constexpr auto DefaultCode = R"( member in clang::ast_matchers::ImportImplicitMethods
3019 const MatcherType &MethodMatcher, const char *Code = DefaultCode) { in testImportOf()
3025 const MatcherType &MethodMatcher, const char *Code = DefaultCode) { in testNoImportOf()