Home
last modified time | relevance | path

Searched refs:isClone (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tools/bookmaker/
Ddefinition.h151 bool isClone() const { return fClone; } in isClone() function
DspellCheck.cpp234 if (!def->isClone() && Definition::MethodType::kOperator != def->fMethodType) { in check()
DincludeParser.h183 bool isClone(const Definition& token);
DmdOut.cpp1501 if (false && !def->isClone()) { in markTypeOut()
DincludeParser.cpp1464 bool IncludeParser::isClone(const Definition& token) { in isClone() function in IncludeParser