HomeSort by: relevance | last modified time | path
    Searched defs:IdentifierTable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 1 //===- IdentifierTable.h - Hash table for identifier lookup -----*- C++ -*-===//
10 /// Defines the clang::IdentifierInfo, clang::IdentifierTable, and
68 friend class IdentifierTable;
473 /// Unlike the version in IdentifierTable, this returns a pointer instead
496 class IdentifierTable {
506 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
510 explicit IdentifierTable(const LangOptions &LangOpts,
867 static Selector constructSetterSelector(IdentifierTable &Idents,
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 1 //===- IdentifierTable.cpp - Hash table for identifier lookup -------------===//
10 // IdentifierTable interfaces.
14 #include "clang/Basic/IdentifierTable.h"
38 // need to just change the ObjCOrBuiltinIDBits value in IdentifierTable.h.
43 // IdentifierTable Implementation
66 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup)
70 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
72 : IdentifierTable(ExternalLookup)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 825 SmallString<4096> IdentifierTable;
829 llvm::raw_svector_ostream Out(IdentifierTable);
844 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable);

Completed in 25 milliseconds