Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp90 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
306 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()
827 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
7270 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()
7343 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()
7410 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()
7667 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()
8371 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()