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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLIdentifier.cpp 38 typedef HashMap<unsigned, StringImpl*, AlreadyHashed> IdentifierTable;
42 static IdentifierTable& identifierTable()
44 DEFINE_STATIC_LOCAL(IdentifierTable, table, ());
52 const IdentifierTable& table = identifierTable();
64 const IdentifierTable& table = identifierTable();
67 IdentifierTable::const_iterator it = table.find(hash);
96 IdentifierTable& table = identifierTable()
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
36 class IdentifierTable;
82 friend class IdentifierTable;
375 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
383 /// Unlike the version in IdentifierTable, this returns a pointer instead
419 class IdentifierTable {
430 IdentifierTable(const LangOptions &LangOpts,
753 static Selector constructSetterSelector(IdentifierTable &Idents,
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
11 // IdentifierTable interfaces.
15 #include "clang/Basic/IdentifierTable.h"
50 // IdentifierTable Implementation
73 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
122 const LangOptions &LangOpts, IdentifierTable &Table) {
158 IdentifierTable &Table) {
167 IdentifierTable &Table) {
173 void IdentifierTable::AddKeywords(const LangOptions &LangOpts)
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 705 SmallString<4096> IdentifierTable;
708 llvm::raw_svector_ostream Out(IdentifierTable);
725 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
ASTWriter.cpp     [all...]

Completed in 271 milliseconds