Searched defs:IsMethod (Results 1 – 6 of 6) sorted by relevance
136 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
106 auto IsMethod = [](const Decl *D) { return llvm::isa<CXXMethodDecl>(D); }; in TEST() local
570 bool DWARFDIE::IsMethod() const { IsMethod() function in DWARFDIE
325 bool IsMethod = false; // Indicates whether this function is a class method. global() member
3992 bool IsMethod = FD == nullptr; BuildReturnStmt() local
8689 bool IsMethod = isa<CXXMethodDecl>(FD); CheckExplicitlyDefaultedComparison() local