HomeSort by: relevance | last modified time | path
    Searched refs:CreateFrontendAction (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/FrontendTool/
Utils.h 28 std::unique_ptr<FrontendAction> CreateFrontendAction(CompilerInstance &CI);
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 137 CreateFrontendAction(CompilerInstance &CI) {
275 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang));
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 65 Act = CreateFrontendAction(CI);

Completed in 19 milliseconds