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()
27 bool IsMethod() const;
78 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
577 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
331 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
590 BOOLEAN IsMethod);
441 if (IsMethod) in AcpiDbClassifyOneObject()
4112 bool IsMethod = FD == nullptr; in BuildReturnStmt() local4114 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4115 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
8898 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local8899 if (IsMethod) { in CheckExplicitlyDefaultedComparison()8965 (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()8969 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()8979 bool Ok = !IsMethod || FD->hasCXXExplicitFunctionObjectParameter(); in CheckExplicitlyDefaultedComparison()9009 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()9012 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()9029 if (IsMethod) { in CheckExplicitlyDefaultedComparison()