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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h 53 class ASTPrintAction : public ASTFrontendAction {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 47 case ASTPrint: return std::make_unique<ASTPrintAction>();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 70 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {

Completed in 80 milliseconds