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;
83 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
495 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
315 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
590 BOOLEAN IsMethod);
441 if (IsMethod) in AcpiDbClassifyOneObject()
4157 bool IsMethod = FD == nullptr; in BuildReturnStmt() local4159 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4160 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
8821 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local8822 if (IsMethod) { in CheckExplicitlyDefaultedComparison()8881 (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()8885 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()8898 bool Ok = !IsMethod; in CheckExplicitlyDefaultedComparison()8931 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()8934 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()8951 if (IsMethod) { in CheckExplicitlyDefaultedComparison()