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

Completed in 22 milliseconds