Searched defs:CParamInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp999 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; local
1010 CParamInfo.data(), CParamInfo.size(),
1120 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
1140 CParamInfo.data(), CParamInfo.size(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3109 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
3200 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param);
3099 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument

Completed in 256 milliseconds