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

  /external/clang/include/clang/Parse/
Parser.h 111 /// Ident_vector, Ident_bool - cached IdentifierInfos for "vector" and
113 IdentifierInfo *Ident_vector;
613 if (Tok.getIdentifierInfo() != Ident_vector &&
626 Tok.getIdentifierInfo() != Ident_vector) return false;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 480 Ident_vector = nullptr;
484 Ident_vector = &PP.getIdentifierTable().get("vector");
    [all...]
ParseDecl.cpp     [all...]

Completed in 463 milliseconds