Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1955 typedef ParmVarDecl * const *param_const_iterator; typedef
1957 typedef llvm::iterator_range<param_const_iterator> param_const_range;
1965 param_const_iterator param_begin() const { in param_begin()
1966 return param_const_iterator(ParamInfo); in param_begin()
1968 param_const_iterator param_end() const { in param_end()
1969 return param_const_iterator(ParamInfo + param_size()); in param_end()
3524 typedef ParmVarDecl * const *param_const_iterator; typedef
3526 typedef llvm::iterator_range<param_const_iterator> param_const_range;
3544 param_const_iterator param_begin() const { in param_begin()
3545 return param_const_iterator(ParamInfo); in param_begin()
[all …]
DDeclObjC.h349 typedef const ParmVarDecl *const *param_const_iterator; typedef
352 typedef llvm::iterator_range<param_const_iterator> param_const_range;
359 param_const_iterator param_begin() const { in param_begin()
360 return param_const_iterator(getParams()); in param_begin()
362 param_const_iterator param_end() const { in param_end()
363 return param_const_iterator(getParams() + NumParams); in param_end()
370 param_const_iterator sel_param_end() const { in sel_param_end()
390 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
DRecursiveASTVisitor.h1777 for (FunctionDecl::param_const_iterator I = D->param_begin(),
/external/clang/lib/Frontend/
DASTConsumers.cpp293 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext()
323 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1493 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in AddCFAnnotations()
1546 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in migrateAddFunctionAnnotation()
1620 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1676 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
/external/v8/tools/gcmole/
Dgcmole.cc1132 clang::FunctionDecl::param_const_iterator end = f->param_end(); in DefineParameters()
1133 for (clang::FunctionDecl::param_const_iterator p = f->param_begin(); in DefineParameters()
/external/clang/lib/AST/
DASTDumper.cpp1132 for (FunctionDecl::param_const_iterator I = D->param_begin(), in VisitFunctionDecl()
1473 for (ObjCMethodDecl::param_const_iterator I = D->param_begin(), in VisitObjCMethodDecl()
DASTContext.cpp5193 for (ObjCMethodDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForMethodDecl()
5210 for (ObjCMethodDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForMethodDecl()
8895 for (ObjCMethodDecl::param_const_iterator IM = MethodImpl->param_begin(), in ObjCMethodsAreEqual()
DExprConstant.cpp1215 for (FunctionDecl::param_const_iterator I = Frame->Callee->param_begin(), in describeCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1334 for (FunctionDecl::param_const_iterator pi = FD->param_begin(), in updateSummaryFromAnnotations()
1374 for (ObjCMethodDecl::param_const_iterator in updateSummaryFromAnnotations()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp175 ObjCMethodDecl::param_const_iterator oi = Overridden->param_begin(), in CheckObjCMethodOverride()
3132 ObjCMethodDecl::param_const_iterator in MatchTwoMethodDeclarations()
DSemaCodeComplete.cpp2797 for (ObjCMethodDecl::param_const_iterator P = Method->param_begin(), in CreateCodeCompletionString()
DSemaDecl.cpp3239 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1278 FunctionDecl::param_const_iterator PI = FD->param_begin(), in reversePropagateInterestingSymbols()
/external/clang/lib/CodeGen/
DCGObjC.cpp183 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
DCGObjCMac.cpp1600 for (ObjCMethodDecl::param_const_iterator i = Method->param_begin(), in complete()