Home
last modified time | relevance | path

Searched refs:checked_namespaces (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginOptions.h18 std::set<std::string> checked_namespaces; member
DBlinkGCPluginConsumer.cpp74 options_.checked_namespaces.insert("blink"); in BlinkGCPluginConsumer()
710 if (options_.checked_namespaces.find(decl->getNameAsString()) != in InCheckedNamespace()
711 options_.checked_namespaces.end()) { in InCheckedNamespace()