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

  /external/v8/build/android/pylib/utils/
proguard.py 124 self.InitMethod(None)
132 self.InitMethod(None)
148 def InitMethod(self, method_name):
261 state.InitMethod(m.group(1))
288 state.InitMethod(None)
  /external/clang/lib/AST/
DeclObjC.cpp 513 const ObjCMethodDecl **InitMethod) const {
526 if (InitMethod)
527 *InitMethod = MD;
534 if (InitMethod)
535 *InitMethod = MD;
745 const ObjCMethodDecl **InitMethod) const {
752 return ID->isDesignatedInitializer(getSelector(), InitMethod);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 479 /// \param InitMethod if non-null and the function returns true, it receives
483 const ObjCMethodDecl **InitMethod = nullptr) const;
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 151 milliseconds