Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp87 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
303 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()
815 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
6484 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()
6557 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()
6624 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()
6857 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()
7505 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()