HomeSort by relevance Sort by last modified time
    Searched refs:InitMethod (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 432 const ObjCMethodDecl **InitMethod) const {
445 if (InitMethod)
446 *InitMethod = MD;
453 if (InitMethod)
454 *InitMethod = MD;
664 const ObjCMethodDecl **InitMethod) const {
671 return ID->isDesignatedInitializer(getSelector(), InitMethod);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 470 /// \param InitMethod if non-null and the function returns true, it receives
474 const ObjCMethodDecl **InitMethod = nullptr) const;
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 46 milliseconds