HomeSort by relevance Sort by last modified time
    Searched refs:ObjCTypeQuals (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 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");
    [all...]
ParseObjc.cpp 783 Tok.getIdentifierInfo() == ObjCTypeQuals[objc_in]);
811 if (II != ObjCTypeQuals[i])
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 38 milliseconds