Searched refs:prop_end (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp132 E = InterD->prop_end(); I != E; ++I) {
/external/clang/lib/AST/
H A DDeclObjC.cpp129 E = Cat->prop_end(); P != E; ++P)
290 E = prop_end(); P != E; ++P) {
1020 E = Container->prop_end();
1500 E = PDecl->prop_end(); P != E; ++P) {
1520 E = PDecl->prop_end(); P != E; ++P) {
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp80 propE = D->prop_end(); propI != propE; ++propI) {
H A DObjCMT.cpp316 E = PDecl->prop_end(); P != E; ++P) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp396 int32_t prop_end; local
401 prop_end = rrule.indexOf(SEMICOLON, prop_start);
402 if (prop_end == -1) {
406 prop.setTo(rrule, prop_start, prop_end - prop_start);
407 prop_start = prop_end + 1;
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1469 E = IDecl->prop_end(); P != E; ++P) {
1482 E = CATDecl->prop_end(); P != E; ++P) {
1493 E = PDecl->prop_end(); P != E; ++P) {
1542 E = IFace->prop_end(); P != E; ++P) {
1749 E = IDecl->prop_end();
H A DSemaDeclObjC.cpp2587 E = CDecl->prop_end();
2605 E = Ext->prop_end(); I != E; ++I) {
H A DSemaCodeComplete.cpp3476 PEnd = Container->prop_end();
7023 PEnd = Containers[I]->prop_end();
/external/icu4c/i18n/
H A Dvtzone.cpp395 int32_t prop_end; local
400 prop_end = rrule.indexOf(SEMICOLON, prop_start);
401 if (prop_end == -1) {
405 prop.setTo(rrule, prop_start, prop_end - prop_start);
406 prop_start = prop_end + 1;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1138 E = CatDecl->prop_end(); I != E; ++I)
1172 E = PDecl->prop_end(); I != E; ++I)
1432 E = ClassDecl->prop_end(); I != E; ++I)
7127 E = PDecl->prop_end(); I != E; ++I)
7348 E = CDecl->prop_end(); I != E; ++I)
7607 E = CDecl->prop_end(); I != E; ++I)
H A DRewriteObjC.cpp974 E = CatDecl->prop_end(); I != E; ++I)
1008 E = PDecl->prop_end(); I != E; ++I)
1240 E = ClassDecl->prop_end(); I != E; ++I)
/external/clang/include/clang/AST/
H A DDeclObjC.h506 prop_iterator prop_end() const { function in class:clang::ObjCContainerDecl
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2783 E = PROTO->prop_end(); I != E; ++I) {
2814 E = OCD->prop_end(); I != E; ++I) {
H A DCGDebugInfo.cpp1587 E = ID->prop_end(); I != E; ++I) {
H A DCGObjCGNU.cpp1852 iter = PD->prop_begin(), endIter = PD->prop_end();

Completed in 454 milliseconds