Home
last modified time | relevance | path

Searched refs:CatEnd (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp117 CatEnd = ID->visible_categories_end(); in HasUserDeclaredSetterMethod() local
118 Cat != CatEnd; in HasUserDeclaredSetterMethod()
223 CatEnd = OID->visible_categories_end(); in FindPropertyDeclaration() local
224 Cat != CatEnd; ++Cat) { in FindPropertyDeclaration()
487 CatEnd = ClassDecl->visible_categories_end(); in lookupMethod() local
488 Cat != CatEnd; ++Cat) { in lookupMethod()
924 CatEnd = Interface->known_categories_end(); in CollectOverriddenMethodsRecurse() local
925 Cat != CatEnd; ++Cat) { in CollectOverriddenMethodsRecurse()
1232 CatEnd = visible_categories_end(); in FindCategoryDeclaration() local
1233 Cat != CatEnd; in FindCategoryDeclaration()
[all …]
DASTImporter.cpp3563 CatEnd = From->known_categories_end(); in ImportDefinition() local
3564 Cat != CatEnd; ++Cat) { in ImportDefinition()
DASTContext.cpp1831 CatEnd = OI->visible_categories_end(); in CollectInheritedProtocols() local
1832 Cat != CatEnd; ++Cat) { in CollectInheritedProtocols()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp94 CatEnd = ID->getClassInterface()->visible_categories_end(); in Scan() local
95 Cat != CatEnd; ++Cat) { in Scan()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp3523 CatEnd = IFace->known_categories_end(); in AddObjCProperties() local
3524 Cat != CatEnd; ++Cat) in AddObjCProperties()
4909 CatEnd = IFace->known_categories_end(); in AddObjCMethods() local
4910 Cat != CatEnd; ++Cat) { in AddObjCMethods()
5186 CatEnd = Class->known_categories_end(); in AddSuperSendCompletion() local
5187 Cat != CatEnd; ++Cat) { in AddSuperSendCompletion()
5914 CatEnd = Class->visible_categories_end(); in CodeCompleteObjCInterfaceCategory() local
5915 Cat != CatEnd; ++Cat) { in CodeCompleteObjCInterfaceCategory()
5964 CatEnd = Class->visible_categories_end(); in CodeCompleteObjCImplementationCategory() local
5965 Cat != CatEnd; ++Cat) { in CodeCompleteObjCImplementationCategory()
[all …]
DSemaDeclObjC.cpp1803 CatEnd = I->visible_categories_end(); in MatchAllMethodDeclarations() local
1804 Cat != CatEnd; ++Cat) { in MatchAllMethodDeclarations()
DSemaLookup.cpp3170 CatEnd = IFace->visible_categories_end(); in LookupVisibleDecls() local
3171 Cat != CatEnd; ++Cat) { in LookupVisibleDecls()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp2886 CatEnd = Interface->known_categories_end(); in ObjCCategoriesVisitor() local
2887 Cat != CatEnd; ++Cat) { in ObjCCategoriesVisitor()
DASTWriter.cpp3624 CatEnd = Class->known_categories_end(); in WriteObjCCategories() local
3625 Cat != CatEnd; ++Cat, ++Size) { in WriteObjCCategories()