Searched refs:IsMethod (Results 1 – 7 of 7) sorted by relevance
136 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local137 const char *FunctionDescription = IsMethod ? "method" : "function"; in emitDiagnostics()
24 bool IsMethod() const;
80 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
433 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
303 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
4122 bool IsMethod = FD == nullptr; in BuildReturnStmt() local4124 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4125 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
8580 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local8581 if (IsMethod) { in CheckExplicitlyDefaultedComparison()8609 if (FD->getNumParams() != (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()8613 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()8625 bool Ok = !IsMethod; in CheckExplicitlyDefaultedComparison()8658 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()8661 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()8678 if (IsMethod) { in CheckExplicitlyDefaultedComparison()