Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaMIPS.cpp272 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaX86.cpp889 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
H A DSemaRISCV.cpp1461 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaObjC.cpp2240 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
H A DSemaDeclAttr.cpp566 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.h4706 bool HP = hasFunctionProto(D);