HomeSort by: relevance | last modified time | path
    Searched defs:CreateASTConsumer (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
InterfaceStubFunctionsConsumer.cpp 340 GenerateInterfaceStubsAction::CreateASTConsumer(CompilerInstance &CI,
FrontendAction.cpp 152 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
203 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile);
1065 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
1067 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
1074 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
1076 return WrappedAction->CreateASTConsumer(CI, InFile);
FrontendActions.cpp 58 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
70 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
78 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
87 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
92 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
97 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
161 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
318 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
323 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI,
329 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile)
    [all...]
PrecompiledPreamble.cpp 201 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
273 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 913 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 197 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
202 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
2010 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {

Completed in 74 milliseconds