Searched refs:getFunctionOrMethodNumParams (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp78 /// getFunctionOrMethodNumParams - Return number of function or method
81 static unsigned getFunctionOrMethodNumParams(const Decl *D) { function
275 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;
1219 if (Idx < getFunctionOrMethodNumParams(D) &&
1235 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D);
2823 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam;
4539 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) {

Completed in 56 milliseconds