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

/external/clang/lib/Parse/
H A DParseObjc.cpp1009 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; local
1020 CParamInfo.data(), CParamInfo.size(),
1129 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
1149 CParamInfo.data(), CParamInfo.size(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2790 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
2892 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param);
2780 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 72 milliseconds