Home
last modified time | relevance | path

Searched refs:isFuncOrMethodForAttrSubject (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp24 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()
49 if (!isFuncOrMethodForAttrSubject(D)) { in handleSignalAttr()
H A DSemaMSP430.cpp28 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()
H A DSemaWasm.cpp333 if (!isFuncOrMethodForAttrSubject(D)) { in handleWebAssemblyExportNameAttr()
H A DSemaMIPS.cpp267 if (!isFuncOrMethodForAttrSubject(D)) { in handleInterruptAttr()
H A DSemaX86.cpp976 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp570 assert(isFuncOrMethodForAttrSubject(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h34 inline bool isFuncOrMethodForAttrSubject(const Decl *D) { in isFuncOrMethodForAttrSubject() function
41 return isFuncOrMethodForAttrSubject(D) || llvm::isa<BlockDecl>(D); in isFunctionOrMethodOrBlockForAttrSubject()