Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp999 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; in ParseObjCMethodDecl() local
1010 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl()
1120 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl()
1140 CParamInfo.data(), CParamInfo.size(), in ParseObjCMethodDecl()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3096 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args in ActOnMethodDeclaration() argument
3187 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param); in ActOnMethodDeclaration()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7118 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args