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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
fields-expected.cc 117 struct IsSubclass {
fields-original.cc 114 struct IsSubclass {
  /external/clang/lib/AST/
NSAPI.cpp 525 bool IsSubclass = false;
527 IsSubclass = NSClassID == InterfaceDecl->getIdentifier();
529 if (IsSubclass) {
534 return IsSubclass;

Completed in 168 milliseconds