Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp79 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
330 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()
5399 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()
5474 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()
5507 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()
5673 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()