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

  /external/clang/include/clang/Parse/
Parser.h 126 IdentifierInfo *Ident_unavailable;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 475 Ident_unavailable = 0;
    [all...]
ParseDecl.cpp 732 Ident_unavailable = PP.getIdentifierInfo("unavailable");
747 if (Keyword == Ident_unavailable) {
    [all...]

Completed in 33 milliseconds