Searched refs:param_const_iterator (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 184 for (FunctionDecl::param_const_iterator I = FD->param_begin(), in PrintDeclContext() 207 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext() 237 for (FunctionDecl::param_const_iterator I = D->param_begin(), in PrintDeclContext()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSErrorChecker.cpp | 109 for (FunctionDecl::param_const_iterator in checkASTDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1708 typedef ParmVarDecl * const *param_const_iterator; typedef 1713 param_const_iterator param_begin() const { return ParamInfo; } in param_begin() 1714 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end() 2954 typedef ParmVarDecl * const *param_const_iterator; typedef 2960 param_const_iterator param_begin() const { return ParamInfo; } in param_begin() 2961 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end()
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 93 for (FunctionDecl::param_const_iterator PI = FD->param_begin(), in LiveVariables()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 773 for (FunctionDecl::param_const_iterator Parm = D->param_begin(), in mangleType()
|
D | ASTContext.cpp | 3954 for (BlockDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForBlock() 3969 for (BlockDecl::param_const_iterator PI = Decl->param_begin(), E = in getObjCEncodingForBlock() 3995 for (FunctionDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForFunctionDecl() 4010 for (FunctionDecl::param_const_iterator PI = Decl->param_begin(), in getObjCEncodingForFunctionDecl()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 2783 for (FunctionDecl::param_const_iterator I = MD->param_begin(), in GenerateThunk() 2807 for (FunctionDecl::param_const_iterator I = MD->param_begin(), in GenerateThunk()
|
D | CGBlocks.cpp | 908 for (BlockDecl::param_const_iterator i = blockDecl->param_begin(), in GenerateBlockFunction()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 1798 FunctionDecl::param_const_iterator PI = FD->param_begin(), in enterStackFrame()
|
D | CFRefCount.cpp | 1223 for (FunctionDecl::param_const_iterator pi = FD->param_begin(), in updateSummaryFromAnnotations()
|