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

  /external/clang/include/clang/Parse/
Parser.h 115 /// Ident_pixel - cached IdentifierInfos for "pixel" fast comparison.
117 IdentifierInfo *Ident_pixel;
615 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel))
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 482 Ident_pixel = nullptr;
488 Ident_pixel = &PP.getIdentifierTable().get("pixel");
    [all...]
ParseDecl.cpp     [all...]

Completed in 37 milliseconds