Home
last modified time | relevance | path

Searched refs:GetTraceMethod (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.cpp183 if (CXXMethodDecl* trace = info->GetTraceMethod()) { in CheckClass()
195 CXXMethodDecl* trace = info->GetTraceMethod(); in CheckClass()
309 if (CXXMethodDecl* trace = left_most_info->GetTraceMethod()) { in CheckPolymorphicClass()
DRecordInfo.cpp325 CXXMethodDecl* RecordInfo::GetTraceMethod() { in GetTraceMethod() function in RecordInfo
348 if (GetTraceMethod()) in InheritsTrace()
358 if (CXXMethodDecl* trace = GetTraceMethod()) in InheritsNonVirtualTrace()
DRecordInfo.h91 clang::CXXMethodDecl* GetTraceMethod();