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

  /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
33 class IdentifierTable;
79 friend class IdentifierTable;
380 /// Unlike the version in IdentifierTable, this returns a pointer instead
416 class IdentifierTable {
427 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.
16 #include "clang/Basic/IdentifierTable.h"
52 // IdentifierTable Implementation
75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
125 const LangOptions &LangOpts, IdentifierTable &Table) {
162 IdentifierTable &Table) {
171 IdentifierTable &Table) {
177 void IdentifierTable::AddKeywords(const LangOptions &LangOpts)
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 738 SmallString<4096> IdentifierTable;
742 llvm::raw_svector_ostream Out(IdentifierTable);
759 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
ASTWriter.cpp     [all...]

Completed in 285 milliseconds