Home
last modified time | relevance | path

Searched defs:numParams (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1216 unsigned numParams = Record.readInt(); in ReadObjCTypeParamList() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4612 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl() local
H A DSemaDeclAttr.cpp5037 bool Sema::CheckRegparmAttr(const ParsedAttr &AL, unsigned &numParams) { in CheckRegparmAttr()
H A DSemaType.cpp2563 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp855 for (unsigned i = 0, numParams = Params->size(); i != numParams; ++i) { in ComputeName() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12627 getPointerOrNull(unsigned numParams) { in getPointerOrNull()