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

  /external/clang/lib/Parse/
ParseObjc.cpp 937 if (!Ident_instancetype)
938 Ident_instancetype = PP.getIdentifierInfo("instancetype");
940 if (Tok.getIdentifierInfo() == Ident_instancetype) {
    [all...]
Parser.cpp 439 Ident_instancetype = nullptr;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 117 mutable IdentifierInfo *Ident_instancetype;
    [all...]

Completed in 345 milliseconds