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

/external/clang/lib/Parse/
H A DParseObjc.cpp1033 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; local
1044 CParamInfo.data(), CParamInfo.size(),
1154 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
1174 CParamInfo.data(), CParamInfo.size(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3053 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
3144 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param);
3043 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 1211 milliseconds