Home
last modified time | relevance | path

Searched refs:IdentifierTable (Results 1 – 24 of 24) sorted by relevance

/external/clang/lib/Basic/
DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
155 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
180 IdentifierTable &Table) { in AddCXXOperatorKeyword()
189 IdentifierTable &Table) { in AddObjCKeyword()
195 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
302 void IdentifierTable::PrintStats() const { in PrintStats()
580 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
DBuiltins.cpp69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins()
96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
DAndroid.mk30 IdentifierTable.cpp \
DCMakeLists.txt66 IdentifierTable.cpp
/external/clang/include/clang/Basic/
DBuiltins.h28 class IdentifierTable; variable
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
154 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h33 class IdentifierTable; variable
79 friend class IdentifierTable; variable
424 class IdentifierTable {
435 IdentifierTable(const LangOptions &LangOpts,
767 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/external/lldb/include/lldb/Symbol/
DClangASTContext.h54 clang::IdentifierTable *
424 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
/external/clang/unittests/AST/
DASTVectorTest.cpp40 IdentifierTable Idents;
/external/lldb/include/lldb/Core/
DClangForward.h74 class IdentifierTable; variable
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp739 SmallString<4096> IdentifierTable; in writeIndex() local
743 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
760 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
DASTWriter.cpp3474 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteIdentifierTable()
3496 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3501 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3518 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
4480 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteASTCore()
DASTReader.cpp3724 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
8229 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/external/clang/include/clang/Frontend/
DUtils.h46 class IdentifierTable; variable
/external/clang/lib/Format/
DFormatToken.h524 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
DFormat.cpp1122 IdentifierTable IdentTable;
/external/clang/include/clang/Lex/
DPreprocessor.h186 mutable IdentifierTable Identifiers;
509 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
/external/clang/include/clang/AST/
DASTContext.h57 class IdentifierTable; variable
428 IdentifierTable &Idents;
822 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/external/lldb/source/Symbol/
DClangASTContext.cpp409 IdentifierTable *
413 … m_identifier_table_ap.reset(new IdentifierTable (*ClangASTContext::getLanguageOptions(), NULL)); in getIdentifierTable()
/external/clang/include/clang/Serialization/
DASTReader.h2121 IdentifierTable &getIdentifierTable();
/external/clang/docs/
DPCHInternals.rst429 This abstract interface is associated with the ``IdentifierTable`` class, and
/external/clang/patches/
D0004-Add-Android-build-system.patch779 + IdentifierTable.cpp \
/external/clang/lib/AST/
DASTContext.cpp728 IdentifierTable &idents, SelectorTable &sels, in ASTContext()