Searched refs:IdentifierTable (Results 1 - 20 of 20) sorted by path

/external/clang/include/clang/AST/
H A DASTContext.h29 #include "clang/Basic/IdentifierTable.h"
56 class IdentifierTable;
416 IdentifierTable &Idents;
804 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/external/clang/include/clang/Basic/
H A DBuiltins.h28 class IdentifierTable;
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
148 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
H A DIdentifierTable.h1 //===--- 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 { class in namespace:clang
427 IdentifierTable(const LangOptions &LangOpts,
753 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/include/clang/Frontend/
H A DUtils.h46 class IdentifierTable;
/external/clang/include/clang/Lex/
H A DPreprocessor.h20 #include "clang/Basic/IdentifierTable.h"
177 mutable IdentifierTable Identifiers;
181 /// Unlike IdentifierTable above, this table *isn't* populated by the
183 /// conceptually similar to the IdentifierTable. In addition, the current
485 IdentifierTable &getIdentifierTable() { return Identifiers; }
/external/clang/include/clang/Serialization/
H A DASTReader.h23 #include "clang/Basic/IdentifierTable.h"
2063 IdentifierTable &getIdentifierTable();
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents;
H A DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
/external/clang/lib/AST/
H A DASTContext.cpp726 IdentifierTable &idents, SelectorTable &sels,
/external/clang/lib/Basic/
H A DAndroid.mk32 IdentifierTable.cpp \
H A DBuiltins.cpp15 #include "clang/Basic/IdentifierTable.h"
69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table,
96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) {
H A DIdentifierTable.cpp1 //===--- 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, function in class:IdentifierTable
125 const LangOptions &LangOpts, IdentifierTable &Table) {
162 IdentifierTable &Table) {
171 IdentifierTable &Table) {
177 void IdentifierTable
[all...]
/external/clang/lib/Format/
H A DFormat.cpp1293 IdentifierTable &getIdentTable() { return IdentTable; }
1639 IdentifierTable IdentTable;
/external/clang/lib/Sema/
H A DSemaLookup.cpp4307 for (IdentifierTable::iterator I = Context.Idents.begin(),
/external/clang/lib/Serialization/
H A DASTReader.cpp3536 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(),
7932 IdentifierTable &ASTReader::getIdentifierTable() {
H A DASTWriter.cpp3283 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
3302 SmallString<4096> IdentifierTable; local
3307 llvm::raw_svector_ostream Out(IdentifierTable);
3324 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
4039 IdentifierTable &Table = PP.getIdentifierTable();
4052 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
4254 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
H A DGlobalModuleIndex.cpp738 SmallString<4096> IdentifierTable; local
742 llvm::raw_svector_ostream Out(IdentifierTable);
759 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
/external/lldb/include/lldb/Core/
H A DClangForward.h74 class IdentifierTable;
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h54 clang::IdentifierTable *
424 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp409 IdentifierTable *
413 m_identifier_table_ap.reset(new IdentifierTable (*ClangASTContext::getLanguageOptions(), NULL));

Completed in 4914 milliseconds