Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp1376 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; in ParseObjCMethodDecl() local
1386 selLoc, Sel, nullptr, CParamInfo.data(), CParamInfo.size(), methodAttrs, in ParseObjCMethodDecl()
1491 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl()
1510 Sel, &ArgInfos[0], CParamInfo.data(), CParamInfo.size(), methodAttrs, in ParseObjCMethodDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp4589 ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, in ActOnMethodDeclaration() argument
4684 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9134 ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo,