Searched refs:isFuncOrMethodForAttrSubject (Results 1 – 7 of 7) sorted by relevance
24 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()49 if (!isFuncOrMethodForAttrSubject(D)) { in handleSignalAttr()
28 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()
333 if (!isFuncOrMethodForAttrSubject(D)) { in handleWebAssemblyExportNameAttr()
267 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()
976 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
570 assert(isFuncOrMethodForAttrSubject(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
34 inline bool isFuncOrMethodForAttrSubject(const Decl *D) { in isFuncOrMethodForAttrSubject() function41 return isFuncOrMethodForAttrSubject(D) || llvm::isa<BlockDecl>(D); in isFunctionOrMethodOrBlockForAttrSubject()