Searched defs:hasFunctionProto (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp62 /// hasFunctionProto - Return true if the given decl has a argument
65 static bool hasFunctionProto(const Decl *D) { function
73 /// hasFunctionProto first).
225 bool HP = hasFunctionProto(D);
3290 if (!isFunctionOrMethod(D) || !hasFunctionProto(D)) {

Completed in 74 milliseconds