Searched refs:IsMethod (Results 1 – 8 of 8) sorted by relevance
134 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local135 const char *FunctionDescription = IsMethod ? "method" : "function"; in emitDiagnostics()
60 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
24 bool IsMethod() const;
432 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
275 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
590 BOOLEAN IsMethod);
441 if (IsMethod) in AcpiDbClassifyOneObject()
4068 bool IsMethod = FD == nullptr; in BuildReturnStmt() local4070 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4071 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()