Searched refs:fMethodType (Results 1 – 6 of 6) sorted by relevance
83 Definition::MethodType::kConstructor == csChild->fMethodType in checkMethod()84 || Definition::MethodType::kDestructor == csChild->fMethodType in checkMethod()85 || Definition::MethodType::kOperator == csChild->fMethodType in checkMethod()
206 fMethodType = Definition::MethodType::kOperator; in parseOperator()310 fMethodType = Definition::MethodType::kNone; in setCanonicalFiddle()317 fMethodType = Definition::MethodType::kDestructor; in setCanonicalFiddle()335 fMethodType = Definition::MethodType::kConstructor; in setCanonicalFiddle()350 fMethodType = Definition::MethodType::kConstructor; in setCanonicalFiddle()358 fMethodType = Definition::MethodType::kConstructor; in setCanonicalFiddle()428 if (MethodType::kNone == fMethodType && name.length() > 2 && in checkMethod()925 if (MethodType::kNone != fMethodType && MethodType::kOperator != fMethodType && !expectReturn) { in methodHasReturn()928 switch (fMethodType) { in methodHasReturn()
251 MethodType fMethodType = MethodType::kNone; variable
234 if (!def->isClone() && Definition::MethodType::kOperator != def->fMethodType) { in check()
2063 if (Definition::MethodType::kConstructor == def->fMethodType in populateOne()2064 || Definition::MethodType::kDestructor == def->fMethodType) { in populateOne()2068 if (Definition::MethodType::kOperator == def->fMethodType) { in populateOne()
1311 Definition::MethodType::kOperator == method->fMethodType) { in populate()