Home
last modified time | relevance | path

Searched refs:param_const_iterator (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/Frontend/
DASTConsumers.cpp186 for (FunctionDecl::param_const_iterator I = FD->param_begin(), in PrintDeclContext()
209 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext()
239 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext()
/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp63 for (ObjCMethodDecl::param_const_iterator in checkASTDecl()
111 for (FunctionDecl::param_const_iterator in checkASTDecl()
DRetainCountChecker.cpp1159 for (FunctionDecl::param_const_iterator pi = FD->param_begin(), in updateSummaryFromAnnotations()
1214 for (ObjCMethodDecl::param_const_iterator in updateSummaryFromAnnotations()
1261 for (ObjCMethodDecl::param_const_iterator I = MD->param_begin(), in getStandardMethodSummary()
/external/clang/include/clang/AST/
DDeclObjC.h340 typedef const ParmVarDecl *const *param_const_iterator; typedef
342 param_const_iterator param_begin() const { return getParams(); } in param_begin()
343 param_const_iterator param_end() const { return getParams() + NumParams; } in param_end()
348 param_const_iterator sel_param_end() const { in sel_param_end()
362 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
DDecl.h1804 typedef ParmVarDecl * const *param_const_iterator; typedef
1809 param_const_iterator param_begin() const { return ParamInfo; } in param_begin()
1810 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end()
3149 typedef ParmVarDecl * const *param_const_iterator; typedef
3155 param_const_iterator param_begin() const { return ParamInfo; } in param_begin()
3156 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end()
DExprObjC.h684 ObjCMethodDecl::param_const_iterator P = Setter->param_begin(); in getSetterArgType()
689 ObjCMethodDecl::param_const_iterator P = Setter->param_begin(); in getSetterArgType()
/external/clang/lib/CodeGen/
DCGVTables.cpp321 for (FunctionDecl::param_const_iterator I = MD->param_begin(), in GenerateThunk()
346 for (FunctionDecl::param_const_iterator I = MD->param_begin(), in GenerateThunk()
DCGClass.cpp1792 for (BlockDecl::param_const_iterator I = BD->param_begin(), in EmitLambdaBlockInvokeBody()
1823 for (FunctionDecl::param_const_iterator I = MD->param_begin(), in EmitLambdaDelegatingInvokeBody()
DCGObjC.cpp143 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
454 for (ObjCMethodDecl::param_const_iterator PI = OMD->param_begin(), in StartObjCMethod()
DCGBlocks.cpp1029 for (BlockDecl::param_const_iterator i = blockDecl->param_begin(), in GenerateBlockFunction()
DCGObjCMac.cpp1481 for (ObjCMethodDecl::param_const_iterator i = Method->param_begin(), in complete()
1751 for (ObjCMethodDecl::param_const_iterator i = Method->param_begin(), in EmitMessageSend()
5885 for (ObjCMethodDecl::param_const_iterator i = method->param_begin(), in EmitVTableMessageSend()
DCGCall.cpp249 for (ObjCMethodDecl::param_const_iterator i = MD->param_begin(), in arrangeObjCMessageSendSignature()
DCGDebugInfo.cpp1969 for (ObjCMethodDecl::param_const_iterator PI = OMethod->param_begin(), in getOrCreateFunctionType()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp278 for (clang::ObjCMethodDecl::param_const_iterator in findPtrToConstParams()
DRegionStore.cpp1964 FunctionDecl::param_const_iterator PI = FD->param_begin(), in enterStackFrame()
/external/v8/tools/gcmole/
Dgcmole.cc1150 clang::FunctionDecl::param_const_iterator end = f->param_end(); in DefineParameters()
1151 for (clang::FunctionDecl::param_const_iterator p = f->param_begin(); in DefineParameters()
/external/clang/lib/AST/
DMicrosoftMangle.cpp768 for (FunctionDecl::param_const_iterator Parm = D->param_begin(), in mangleType()
DASTContext.cpp4044 for (BlockDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForBlock()
4058 for (BlockDecl::param_const_iterator PI = Decl->param_begin(), E = in getObjCEncodingForBlock()
4084 for (FunctionDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForFunctionDecl()
4099 for (FunctionDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForFunctionDecl()
4153 for (ObjCMethodDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForMethodDecl()
4170 for (ObjCMethodDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForMethodDecl()
DExprConstant.cpp607 for (FunctionDecl::param_const_iterator I = Frame->Callee->param_begin(), in describeCall()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp176 ObjCMethodDecl::param_const_iterator oi = Overridden->param_begin(); in CheckObjCMethodOverride()
1956 ObjCMethodDecl::param_const_iterator in MatchTwoMethodDeclarations()
DSemaDecl.cpp2153 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(); in mergeObjCMethodDecls()