Home
last modified time | relevance | path

Searched refs:hasFunctionProto (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
59 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleSignalAttr()
H A DSemaMSP430.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaMIPS.cpp273 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaX86.cpp976 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
H A DSemaRISCV.cpp1510 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaObjC.cpp2238 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
H A DSemaDeclAttr.cpp570 assert(isFuncOrMethodForAttrSubject(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h55 inline bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
H A DSema.h5101 bool HP = hasFunctionProto(D);