Searched defs:IdentifierTable (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.cpp40 IdentifierTable::~IdentifierTable()
46 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(StringImpl* value)
53 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(U value)
60 IdentifierTable* createIdentifierTable()
62 return new IdentifierTable;
65 void deleteIdentifierTable(IdentifierTable* table)
123 IdentifierTable& identifierTable = *globalData->identifierTable;
/external/webkit/Source/JavaScriptCore/wtf/
H A DWTFThreadData.h55 class IdentifierTable { class in namespace:JSC
58 ~IdentifierTable();
101 JSC::IdentifierTable* currentIdentifierTable()
106 JSC::IdentifierTable* setCurrentIdentifierTable(JSC::IdentifierTable* identifierTable)
108 JSC::IdentifierTable* oldIdentifierTable = m_currentIdentifierTable;
129 JSC::IdentifierTable* m_defaultIdentifierTable;
130 JSC::IdentifierTable* m_currentIdentifierTable;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
36 class IdentifierTable;
81 friend class IdentifierTable;
366 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
374 /// Unlike the version in IdentifierTable, this returns a pointer instead
410 class IdentifierTable { class in namespace:clang
421 IdentifierTable(const LangOptions &LangOpts,
724 static Selector constructSetterName(IdentifierTable &Idents,
/external/clang/lib/Basic/
H A DIdentifierTable.cpp1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
11 // IdentifierTable interfaces.
15 #include "clang/Basic/IdentifierTable.h"
51 // IdentifierTable Implementation
74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, function in class:IdentifierTable
123 const LangOptions &LangOpts, IdentifierTable &Table) {
159 IdentifierTable &Table) {
168 IdentifierTable &Table) {
174 void IdentifierTable
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp2621 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
2640 SmallString<4096> IdentifierTable; local
2644 llvm::raw_svector_ostream Out(IdentifierTable);
2661 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
3249 IdentifierTable &Table = PP.getIdentifierTable();
3259 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),

Completed in 136 milliseconds