Searched refs:IsMethod (Results 1 – 9 of 9) sorted by relevance
136 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local137 const char *FunctionDescription = IsMethod ? "method" : "function"; in emitDiagnostics()
26 bool IsMethod() const;
78 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
570 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
318 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
590 BOOLEAN IsMethod);
441 if (IsMethod) in AcpiDbClassifyOneObject()
3992 bool IsMethod = FD == nullptr; in BuildReturnStmt() local3994 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()3995 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
8719 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local 8720 if (IsMethod) { in CheckExplicitlyDefaultedComparison() 8779 (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison() 8783 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison() 8796 bool Ok = !IsMethod; in CheckExplicitlyDefaultedComparison() 8829 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison() 8832 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison() 8849 if (IsMethod) { in CheckExplicitlyDefaultedComparison()