HomeSort by relevance Sort by last modified time
    Searched refs:DeclaresVirtualMethods (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 45 bool DeclaresVirtualMethods(clang::CXXRecordDecl* decl);
BlinkGCPluginConsumer.cpp 313 if (DeclaresVirtualMethods(left_most))
322 if (DeclaresVirtualMethods(next_left_most))
349 bool BlinkGCPluginConsumer::DeclaresVirtualMethods(CXXRecordDecl* decl) {

Completed in 586 milliseconds