Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
162 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
187 IdentifierTable &Table) { in AddCXXOperatorKeyword()
196 IdentifierTable &Table) { in AddObjCKeyword()
202 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
312 void IdentifierTable::PrintStats() const { in PrintStats()
590 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
DBuiltins.cpp81 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
100 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
DCMakeLists.txt75 IdentifierTable.cpp
/external/clang/include/clang/Basic/
DBuiltins.h28 class IdentifierTable; variable
79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
162 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h33 class IdentifierTable; variable
83 friend class IdentifierTable; variable
446 class IdentifierTable {
457 IdentifierTable(const LangOptions &LangOpts,
789 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/lib/Format/
DFormatTokenLexer.h75 IdentifierTable IdentTable;
DFormatToken.h570 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/external/clang/include/clang/Edit/
DEditedSource.h49 IdentifierTable IdentTable;
/external/clang/unittests/AST/
DASTVectorTest.cpp40 IdentifierTable Idents;
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp742 SmallString<4096> IdentifierTable; in writeIndex() local
746 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
761 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
DASTWriter.cpp3335 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3339 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3354 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
DASTReader.cpp3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
8217 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/external/clang/include/clang/Frontend/
DUtils.h47 class IdentifierTable; variable
/external/clang/include/clang/Lex/
DPreprocessor.h189 mutable IdentifierTable Identifiers;
697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
/external/clang/include/clang/AST/
DASTContext.h59 class IdentifierTable; variable
459 IdentifierTable &Idents;
929 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/external/clang/include/clang/Serialization/
DASTReader.h2116 IdentifierTable &getIdentifierTable();
/external/clang/docs/
DPCHInternals.rst439 This abstract interface is associated with the ``IdentifierTable`` class, and
/external/clang/lib/AST/
DASTContext.cpp730 IdentifierTable &idents, SelectorTable &sels, in ASTContext()