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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h 65 class ASTDeclListAction : public ASTFrontendAction {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 45 case ASTDeclList: return std::make_unique<ASTDeclListAction>();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 87 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {

Completed in 85 milliseconds