Searched defs:CParamInfo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1439 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo; ParseObjCMethodDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4734 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,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument
|