Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp1391 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/
DSemaDeclObjC.cpp4288 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args in ActOnMethodDeclaration() argument
4381 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
/external/clang/include/clang/Sema/
DSema.h7552 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args