HomeSort by: relevance | last modified time | path
    Searched refs:Ident_introduced (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1071 if (!Ident_introduced) {
1072 Ident_introduced = PP.getIdentifierInfo("introduced");
1162 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) &&
1167 if (Keyword == Ident_introduced)
1182 if (Keyword == Ident_introduced)
Parser.cpp 516 Ident_introduced = nullptr;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 135 IdentifierInfo *Ident_introduced;

Completed in 25 milliseconds