Searched refs:IsRefPtr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/
H A DConfig.h50 static bool IsRefPtr(const std::string& name) { function in class:Config
H A DEdge.h88 virtual bool IsRefPtr() { return false; } function in class:Edge
143 bool IsRefPtr() { return true; } function in class:RefPtr
H A DBlinkGCPlugin.cpp712 if (Parent()->IsRawPtr() || Parent()->IsRefPtr() || Parent()->IsOwnPtr()) {
728 if (ptr->IsRefPtr())
1337 Parent()->IsRefPtr() ? "ref" :
H A DRecordInfo.cpp498 if (Config::IsRefPtr(info->name()) && info->GetTemplateArgs(1, &args)) {

Completed in 233 milliseconds