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

  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI,
  /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);
164 Consumers.push_back(P->CreateASTConsumer(CI, InFile));
545 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
547 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
551 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
553 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) {
126 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
410 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
415 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 34 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
153 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 683 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 193 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
198 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
    [all...]

Completed in 120 milliseconds