Searched refs:ASTDumpLookups (Results 1 – 6 of 6) sorted by relevance
151 unsigned ASTDumpLookups : 1; ///< Whether we include lookup table variable281 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), ASTDumpLookups(false), in FrontendOptions()
283 unsigned ASTDumpLookups : 1; variable458 ASTDumpLookups(false), BuildingImplicitModule(false), in FrontendOptions()
60 CI.getFrontendOpts().ASTDumpLookups); in CreateASTConsumer()
1196 Opts.ASTDumpLookups = Args.hasArg(OPT_ast_dump_lookups); in ParseFrontendArgs()
82 Opts.ASTDumpLookups, Opts.ASTDumpDeclTypes, in CreateASTConsumer()
4308 MarshallingInfoFlag<"FrontendOpts.ASTDumpLookups">;