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 431 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
432 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
433 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
434 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
435 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
436 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
    [all...]
ParseObjc.cpp 805 Tok.getIdentifierInfo() == ObjCTypeQuals[objc_in]);
833 if (II != ObjCTypeQuals[i])
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 965 milliseconds