Searched refs:InitMethod (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp432 const ObjCMethodDecl **InitMethod) const {
445 if (InitMethod)
446 *InitMethod = MD;
453 if (InitMethod)
454 *InitMethod = MD;
662 const ObjCMethodDecl **InitMethod) const {
669 return ID->isDesignatedInitializer(getSelector(), InitMethod);
/external/clang/include/clang/AST/
H A DDeclObjC.h470 /// \param InitMethod if non-null and the function returns true, it receives
474 const ObjCMethodDecl **InitMethod = nullptr) const;
974 /// \param InitMethod if non-null and the function returns true, it receives
978 const ObjCMethodDecl **InitMethod = nullptr) const;
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2513 const ObjCMethodDecl *InitMethod = nullptr; local
2515 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod);
2516 assert(isDesignated && InitMethod);
2521 Diag(InitMethod->getLocation(),
H A DSemaDecl.cpp10164 const ObjCMethodDecl *InitMethod = nullptr; local
10166 MD->isDesignatedInitializerForTheInterface(&InitMethod);
10167 assert(isDesignated && InitMethod);
10185 Diag(InitMethod->getLocation(),

Completed in 4217 milliseconds