HomeSort by relevance Sort by last modified time
    Searched defs:getIdentifierTable (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 441 IdentifierTable &getIdentifierTable() { return Identifiers; }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 506 II = &Reader.getIdentifierTable().getOwn(k);
542 II = &Reader.getIdentifierTable().getOwn(StringRef(k));
    [all...]

Completed in 211 milliseconds