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

  /external/clang/lib/Parse/
Parser.cpp 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");
469 ObjCTypeQuals[objc_null_unspecified]
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
Parser.h     [all...]

Completed in 159 milliseconds