Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DBuiltins.h28 class IdentifierTable; variable
78 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
156 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h33 class IdentifierTable; variable
80 friend class IdentifierTable; variable
431 class IdentifierTable {
442 IdentifierTable(const LangOptions &LangOpts,
774 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/lib/Basic/
DIdentifierTable.cpp74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
161 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
186 IdentifierTable &Table) { in AddCXXOperatorKeyword()
195 IdentifierTable &Table) { in AddObjCKeyword()
201 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
311 void IdentifierTable::PrintStats() const { in PrintStats()
589 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
DBuiltins.cpp69 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
88 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
DAndroid.mk31 IdentifierTable.cpp \
DCMakeLists.txt67 IdentifierTable.cpp
/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.cpp3299 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3303 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3318 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
DASTReader.cpp3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
8161 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/external/clang/include/clang/Frontend/
DUtils.h46 class IdentifierTable; variable
/external/clang/include/clang/Lex/
DPreprocessor.h188 mutable IdentifierTable Identifiers;
690 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
691 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
/external/clang/lib/Format/
DFormatToken.h527 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
DFormat.cpp1348 IdentifierTable IdentTable;
/external/clang/include/clang/AST/
DASTContext.h57 class IdentifierTable; variable
449 IdentifierTable &Idents;
916 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/external/clang/include/clang/Serialization/
DASTReader.h2101 IdentifierTable &getIdentifierTable();
/external/clang/docs/
DPCHInternals.rst439 This abstract interface is associated with the ``IdentifierTable`` class, and
/external/clang/lib/AST/
DASTContext.cpp731 IdentifierTable &idents, SelectorTable &sels, in ASTContext()