Home | History | Annotate | Download | only in Parse

Lines Matching refs:getIdentifierTable

461     ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
462 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
463 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
464 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
465 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
466 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
467 ObjCTypeQuals[objc_nonnull] = &PP.getIdentifierTable().get("nonnull");
468 ObjCTypeQuals[objc_nullable] = &PP.getIdentifierTable().get("nullable");
470 = &PP.getIdentifierTable().get("null_unspecified");
478 Ident_super = &PP.getIdentifierTable().get("super");
484 Ident_vector = &PP.getIdentifierTable().get("vector");
485 Ident_bool = &PP.getIdentifierTable().get("bool");
488 Ident_pixel = &PP.getIdentifierTable().get("pixel");