Home
last modified time | relevance | path

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

/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp26 class NullCodeGenAction : public CodeGenAction { class
28 NullCodeGenAction(llvm::LLVMContext *_VMContext = nullptr) in NullCodeGenAction() function in __anon181120fa0111::NullCodeGenAction
56 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); in TEST()