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
433 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
325 bool IsMethod = false; // Indicates whether this function is a class method. member
4130 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
8510 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local