Home
last modified time | relevance | path

Searched defs:BlinkGCPluginOptions (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/
DBlinkGCPlugin.cpp132 struct BlinkGCPluginOptions { struct
133 BlinkGCPluginOptions() : enable_oilpan(false), dump_graph(false) {} in BlinkGCPluginOptions() argument
134 bool enable_oilpan;
135 bool dump_graph;
136 std::set<std::string> ignored_classes;
137 std::set<std::string> checked_namespaces;
138 std::vector<std::string> ignored_directories;