Searched refs:CParamInfo (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 879 llvm::SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; in ParseObjCMethodDecl() local 890 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl() 992 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl() 1016 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2280 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args in ActOnMethodDeclaration() argument 2368 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5063 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
|