Searched refs:CParamInfo (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 1377 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; in ParseObjCMethodDecl() local 1387 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()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1391 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; in ParseObjCMethodDecl() local 1402 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl() 1512 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl() 1532 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4288 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args in ActOnMethodDeclaration() argument 4381 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4705 ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, in ActOnMethodDeclaration() argument 4800 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7552 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9533 ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo,
|