Searched refs:meth_end (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp434 for (ObjCContainerDecl::method_iterator M = D->meth_begin(), MEnd = D->meth_end();
471 for (ObjCContainerDecl::method_iterator M = D->meth_begin(), MEnd = D->meth_end();
533 if (PDecl->meth_begin() == PDecl->meth_end())
536 MEnd = PDecl->meth_end(); M != MEnd; ++M) {
1161 MEnd = CDecl->meth_end();
1448 MEnd = CDecl->meth_end();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp252 E = D->meth_end(); I != E; ++I) {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h515 method_iterator meth_end() const { function in class:clang::ObjCContainerDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp807 e = ID->meth_end(); i != e; ++i) {
815 e = CAT->meth_end(); i != e; ++i) {
H A DSemaCodeComplete.cpp3492 MEnd = Container->meth_end();
4860 MEnd = Container->meth_end();
6200 MEnd = Container->meth_end();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2898 MEnd = OID->meth_end();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5928 I = ImplD->meth_begin(), E = ImplD->meth_end(); I != E; ++I)

Completed in 214 milliseconds