Home | History | Annotate | Download | only in Parse

Lines Matching refs:getIdentifierTable

453     ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
454 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
455 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
456 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
457 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
458 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
465 Ident_super = &PP.getIdentifierTable().get("super");
468 Ident_vector = &PP.getIdentifierTable().get("vector");
469 Ident_pixel = &PP.getIdentifierTable().get("pixel");