Home
last modified time | relevance | path

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

/external/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 …]
DDumpXML.cpp771 CatEnd = D->visible_categories_end(); in visitObjCInterfaceDeclChildren() local
772 Cat != CatEnd; ++Cat) { in visitObjCInterfaceDeclChildren()
DASTImporter.cpp3555 CatEnd = From->known_categories_end(); in ImportDefinition() local
3556 Cat != CatEnd; ++Cat) { in ImportDefinition()
DASTContext.cpp1807 CatEnd = OI->visible_categories_end(); in CollectInheritedProtocols() local
1808 Cat != CatEnd; ++Cat) { in CollectInheritedProtocols()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp94 CatEnd = ID->getClassInterface()->visible_categories_end(); in Scan() local
95 Cat != CatEnd; ++Cat) { in Scan()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3520 CatEnd = IFace->known_categories_end(); in AddObjCProperties() local
3521 Cat != CatEnd; ++Cat) in AddObjCProperties()
4907 CatEnd = IFace->known_categories_end(); in AddObjCMethods() local
4908 Cat != CatEnd; ++Cat) { in AddObjCMethods()
5184 CatEnd = Class->known_categories_end(); in AddSuperSendCompletion() local
5185 Cat != CatEnd; ++Cat) { in AddSuperSendCompletion()
5912 CatEnd = Class->visible_categories_end(); in CodeCompleteObjCInterfaceCategory() local
5913 Cat != CatEnd; ++Cat) { in CodeCompleteObjCInterfaceCategory()
5962 CatEnd = Class->visible_categories_end(); in CodeCompleteObjCImplementationCategory() local
5963 Cat != CatEnd; ++Cat) { in CodeCompleteObjCImplementationCategory()
[all …]
DSemaDeclObjC.cpp1783 CatEnd = I->visible_categories_end(); in MatchAllMethodDeclarations() local
1784 Cat != CatEnd; ++Cat) { in MatchAllMethodDeclarations()
DSemaLookup.cpp3070 CatEnd = IFace->visible_categories_end(); in LookupVisibleDecls() local
3071 Cat != CatEnd; ++Cat) { in LookupVisibleDecls()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2733 CatEnd = Interface->known_categories_end(); in ObjCCategoriesVisitor() local
2734 Cat != CatEnd; ++Cat) { in ObjCCategoriesVisitor()
DASTWriter.cpp3620 CatEnd = Class->known_categories_end(); in WriteObjCCategories() local
3621 Cat != CatEnd; ++Cat, ++Size) { in WriteObjCCategories()