Home | History | Annotate | Download | only in Parse

Lines Matching refs:getIdentifierTable

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");
434 Ident_super = &PP.getIdentifierTable().get("super");
437 Ident_vector = &PP.getIdentifierTable().get("vector");
438 Ident_pixel = &PP.getIdentifierTable().get("pixel");