Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/FrontendTool/
H A DUtils.h29 std::unique_ptr<FrontendAction> CreateFrontendAction(CompilerInstance &CI);
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp132 CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction() function
265 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation()