HomeSort by relevance Sort by last modified time
    Searched defs:CreateASTConsumer (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI,
  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action.cpp 32 HeaderCheckerFrontendAction::CreateASTConsumer(clang::CompilerInstance &ci,
  /external/v8/tools/clang/plugins/
FindBadConstructsAction.cpp 36 std::unique_ptr<ASTConsumer> FindBadConstructsAction::CreateASTConsumer(
  /external/clang/lib/Frontend/
ASTMerge.cpp 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 140 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
171 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile);
563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
565 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
571 return WrappedAction->CreateASTConsumer(CI, InFile);
FrontendActions.cpp 38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
74 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
129 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
412 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
417 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
ASTUnit.cpp 881 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
907 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 35 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
45 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
154 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /external/clang/lib/Index/
IndexingAction.cpp 98 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
120 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
135 WrappingIndexAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
136 auto OtherConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 715 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 194 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
199 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
    [all...]

Completed in 941 milliseconds