Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/FrontendTool/
H A DUtils.h28 std::unique_ptr<FrontendAction> CreateFrontendAction(CompilerInstance &CI);
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp144 CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction() function
277 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp139 Act = CreateFrontendAction(CI); in IncrementalAction()