Home | History | Annotate | Download | only in Parse

Lines Matching refs:ObjCTypeQuals

422     ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
423 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
424 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
425 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
426 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
427 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");