/external/clang/include/clang/Basic/ |
D | Builtins.h | 28 class IdentifierTable; variable 78 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 156 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
D | IdentifierTable.h | 33 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/ |
D | IdentifierTable.cpp | 74 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()
|
D | Builtins.cpp | 69 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins() 88 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
|
D | Android.mk | 31 IdentifierTable.cpp \
|
D | CMakeLists.txt | 67 IdentifierTable.cpp
|
/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
/external/clang/include/clang/Edit/ |
D | EditedSource.h | 49 IdentifierTable IdentTable;
|
/external/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 40 IdentifierTable Idents;
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 742 SmallString<4096> IdentifierTable; in writeIndex() local 746 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex() 761 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
|
D | ASTWriter.cpp | 3299 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local 3303 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable() 3318 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
|
D | ASTReader.cpp | 3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 8161 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 46 class IdentifierTable; variable
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 188 mutable IdentifierTable Identifiers; 690 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 691 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
/external/clang/lib/Format/ |
D | FormatToken.h | 527 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
D | Format.cpp | 1348 IdentifierTable IdentTable;
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 57 class IdentifierTable; variable 449 IdentifierTable &Idents; 916 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2101 IdentifierTable &getIdentifierTable();
|
/external/clang/docs/ |
D | PCHInternals.rst | 439 This abstract interface is associated with the ``IdentifierTable`` class, and
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 731 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|