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

References

tools/clang/include/clang/AST/DeclObjC.h
  203     return reinterpret_cast<ParmVarDecl **>(ParamsAndSelLocs);
  206     return reinterpret_cast<const ParmVarDecl *const *>(ParamsAndSelLocs);
tools/clang/lib/AST/DeclObjC.cpp
  865   ParamsAndSelLocs = nullptr;
  875   ParamsAndSelLocs = C.Allocate(Size);