reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 3921              PEnd = D->param_end(), FoundP = FoundMethod->param_begin();
tools/clang/lib/AST/DeclPrinter.cpp
 1288   if (OMD->param_begin() == OMD->param_end())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6533                                       CurPEnd = CurMethod->param_end(),
 8232                                         PEnd = Method->param_end();
tools/clang/lib/Sema/SemaDecl.cpp
 3807                                        oe = oldMethod->param_end();
 3809          ni = newMethod->param_begin(), ne = newMethod->param_end();
tools/clang/lib/Sema/SemaDeclObjC.cpp
  205                                       ne = NewMethod->param_end();
 2559        IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(),
 2560        EF = MethodDecl->param_end();
 2582        IF = Overridden->param_begin(), EM = Method->param_end(),
 2583        EF = Overridden->param_end();
 2616          IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(),
 2617          EF = MethodDecl->param_end();
 4391                                           E = ObjCMethod->param_end();
 4393                                      PrevE = overridden->param_end();
 4395         assert(PrevI != overridden->param_end() && "Param mismatch");
 4694             auto OI = IMD->param_begin(), OE = IMD->param_end();