Home
last modified time | relevance | path

Searched defs:Maker (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/Lex/
H A DHeaderMapTest.cpp95 HMapFileMockMaker<FileTy> Maker(File); in TEST() local
125 HMapFileMockMaker<FileTy> Maker(File); in TEST() local
160 HMapFileMockMaker<FileTy> Maker(File); in TEST() local
H A DHeaderSearchTest.cpp269 auto b = Maker.addString("b/"); in TEST_F() local
297 auto b = Maker.addString(HeaderDirName); in TEST_F() local
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h357 typedef std::function<llvm::Value *(llvm::Function *)> Maker; typedef