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

  /external/clang/lib/Parse/
ParseDecl.cpp 856 if (!Ident_introduced) {
857 Ident_introduced = PP.getIdentifierInfo("introduced");
914 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) &&
919 if (Keyword == Ident_introduced)
934 if (Keyword == Ident_introduced)
    [all...]
Parser.cpp 452 Ident_introduced = nullptr;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 120 IdentifierInfo *Ident_introduced;
    [all...]

Completed in 34 milliseconds