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 916 if (!Ident_instancetype)
917 Ident_instancetype = PP.getIdentifierInfo("instancetype");
919 if (Tok.getIdentifierInfo() == Ident_instancetype) {
    [all...]
Parser.cpp 461 Ident_instancetype = 0;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 114 mutable IdentifierInfo *Ident_instancetype;
    [all...]

Completed in 84 milliseconds