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.cpp176 CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction() function
296 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp313 Act = CreateFrontendAction(CI); in IncrementalAction()