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

/freebsd-10-stable/contrib/llvm/tools/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
36 class IdentifierTable;
82 friend class IdentifierTable;
383 /// Unlike the version in IdentifierTable, this returns a pointer instead
419 class IdentifierTable { class in namespace:clang
430 IdentifierTable(const LangOptions &LangOpts,
754 static Selector constructSetterSelector(IdentifierTable &Idents,
/freebsd-10-stable/lib/clang/libclangbasic/
H A DMakefile14 IdentifierTable.cpp \
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp1 //===--- 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, function in class:IdentifierTable
122 const LangOptions &LangOpts, IdentifierTable &Table) {
158 IdentifierTable &Table) {
167 IdentifierTable &Table) {
173 void IdentifierTable
[all...]
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) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
H A DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h42 class IdentifierTable;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h74 class IdentifierTable;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h54 clang::IdentifierTable *
424 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp706 SmallString<4096> IdentifierTable; local
709 llvm::raw_svector_ostream Out(IdentifierTable);
726 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
H A DASTWriter.cpp3195 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
3214 SmallString<4096> IdentifierTable; local
3218 llvm::raw_svector_ostream Out(IdentifierTable);
3235 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
3883 IdentifierTable &Table = PP.getIdentifierTable();
3896 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
4080 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
H A DASTReader.cpp2989 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(),
7272 IdentifierTable &ASTReader::getIdentifierTable() {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h19 #include "clang/Basic/IdentifierTable.h"
174 mutable IdentifierTable Identifiers;
177 /// IdentifierTable above, this table *isn't* populated by the preprocessor.
179 /// conceptually similar the IdentifierTable. In addition, the current control
444 IdentifierTable &getIdentifierTable() { return Identifiers; }
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h28 #include "clang/Basic/IdentifierTable.h"
56 class IdentifierTable;
414 IdentifierTable &Idents;
801 IdentifierTable &idents, SelectorTable &sels,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1011 IdentifierTable &getIdentTable() { return IdentTable; }
1188 IdentifierTable IdentTable;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp409 IdentifierTable *
413 m_identifier_table_ap.reset(new IdentifierTable (*ClangASTContext::getLanguageOptions(), NULL));
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h23 #include "clang/Basic/IdentifierTable.h"
1899 IdentifierTable &getIdentifierTable();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4185 for (IdentifierTable::iterator I = Context.Idents.begin(),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp714 IdentifierTable &idents, SelectorTable &sels,

Completed in 333 milliseconds