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

/openbsd-current/gnu/llvm/clang/include/clang/FrontendTool/
H A DUtils.h28 std::unique_ptr<FrontendAction> CreateFrontendAction(CompilerInstance &CI);
/openbsd-current/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp140 CreateFrontendAction(CompilerInstance &CI) { function in namespace:clang
261 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang));
/openbsd-current/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp66 Act = CreateFrontendAction(CI);

Completed in 218 milliseconds