Home | History | Annotate | Download | only in Parse

Lines Matching refs:getIdentifierTable

484     ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
485 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
486 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
487 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable
488 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
489 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
496 Ident_super = &PP.getIdentifierTable().get("super");
499 Ident_vector = &PP.getIdentifierTable().get("vector");
500 Ident_pixel = &PP.getIdentifierTable().get("pixel");
501 Ident_bool = &PP.getIdentifierTable().get("bool");