Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp66 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
264 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()
3463 if (!isFunctionOrMethod(D) || !hasFunctionProto(D)) { in handleArgumentWithTypeTagAttr()