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

/external/llvm/include/llvm/
H A DDerivedTypes.h130 /// getNumParams - Return the number of fixed parameters this function type
133 unsigned getNumParams() const { return NumContainedTys - 1; } function in class:llvm::FunctionType
/external/clang/lib/AST/
H A DDecl.cpp910 unsigned NumParams = FD->getNumParams();
1858 /// getNumParams - Return the number of parameters this function must have
1861 unsigned FunctionDecl::getNumParams() const { function in class:FunctionDecl
1872 assert(NewParamInfo.size() == getNumParams() && "Parameter count mismatch!");
1897 return getNumParams();
1899 unsigned NumRequiredArgs = getNumParams();

Completed in 81 milliseconds