Home
last modified time | relevance | path

Searched refs:prop_end (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp126 E = InterD->prop_end(); I != E; ++I) { in checkASTDecl()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp129 E = Cat->prop_end(); P != E; ++P) in HasUserDeclaredSetterMethod()
290 E = prop_end(); P != E; ++P) { in collectPropertiesToImplement()
1020 E = Container->prop_end(); in findPropertyDecl()
1501 E = PDecl->prop_end(); P != E; ++P) { in collectPropertiesToImplement()
1521 E = PDecl->prop_end(); P != E; ++P) { in collectInheritedProtocolProperties()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1441 E = IDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1454 E = CATDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1465 E = PDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1514 E = IFace->prop_end(); P != E; ++P) { in IvarBacksCurrentMethodAccessor()
1721 E = IDecl->prop_end(); in AtomicPropertySetterGetterRules()
HDSemaDeclObjC.cpp2607 E = CDecl->prop_end(); in ActOnAtEnd()
2625 E = Ext->prop_end(); I != E; ++I) { in ActOnAtEnd()
HDSemaCodeComplete.cpp3479 PEnd = Container->prop_end(); in AddObjCProperties()
7025 PEnd = Containers[I]->prop_end(); in CodeCompleteObjCMethodDecl()
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransProperties.cpp80 propE = D->prop_end(); propI != propE; ++propI) { in collectProperties()
HDObjCMT.cpp452 E = D->prop_end(); P != E; ++P) { in migrateObjCInterfaceDecl()
482 E = D->prop_end(); P != E; ++P) { in migrateDeprecatedAnnotation()
504 E = PDecl->prop_end(); P != E; ++P) { in ClassImplementsAllMethodsAndProperties()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteModernObjC.cpp1154 E = CatDecl->prop_end(); I != E; ++I) in RewriteCategoryDecl()
1188 E = PDecl->prop_end(); I != E; ++I) in RewriteProtocolDecl()
1448 E = ClassDecl->prop_end(); I != E; ++I) in RewriteInterfaceDecl()
7139 E = PDecl->prop_end(); I != E; ++I) in RewriteObjCProtocolMetaData()
7360 E = CDecl->prop_end(); I != E; ++I) in RewriteObjCClassMetaData()
7619 E = CDecl->prop_end(); I != E; ++I) in RewriteObjCCategoryImplDecl()
HDRewriteObjC.cpp974 E = CatDecl->prop_end(); I != E; ++I) in RewriteCategoryDecl()
1008 E = PDecl->prop_end(); I != E; ++I) in RewriteProtocolDecl()
1240 E = ClassDecl->prop_end(); I != E; ++I) in RewriteInterfaceDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h506 prop_iterator prop_end() const { in prop_end() function
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp2784 E = PROTO->prop_end(); I != E; ++I) { in PushProtocolProperties()
2815 E = OCD->prop_end(); I != E; ++I) { in EmitPropertyList()
HDCGObjCGNU.cpp1850 iter = PD->prop_begin(), endIter = PD->prop_end(); in GenerateProtocol()
HDCGDebugInfo.cpp1631 E = ID->prop_end(); I != E; ++I) { in CreateType()