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

/external/clang/lib/Parse/
H A DParseObjc.cpp1024 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; local
1035 CParamInfo.data(), CParamInfo.size(),
1147 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
1167 CParamInfo.data(), CParamInfo.size(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3072 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args
3167 ParmVarDecl *Param = cast<ParmVarDecl>(CParamInfo[i].Param);
3062 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
/external/clang/include/clang/Sema/
H A DSema.h6597 DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, // c-style args

Completed in 187 milliseconds