Home
last modified time | relevance | path

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

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