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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 127 /// Ident_pixel - cached IdentifierInfos for "pixel" fast comparison.
129 IdentifierInfo *Ident_pixel;
885 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel))
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 507 Ident_pixel = nullptr;
514 Ident_pixel = &PP.getIdentifierTable().get("pixel");
ParseDecl.cpp 7343 if (Next.getIdentifierInfo() == Ident_pixel) {
7379 if (Next.getIdentifierInfo() == Ident_pixel) {
7393 } else if ((Tok.getIdentifierInfo() == Ident_pixel) &&

Completed in 29 milliseconds