/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 75 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()
|
D | Builtins.cpp | 81 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins() 100 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
|
D | CMakeLists.txt | 75 IdentifierTable.cpp
|
/external/clang/include/clang/Basic/ |
D | Builtins.h | 28 class IdentifierTable; variable 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 162 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
D | IdentifierTable.h | 33 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/ |
D | FormatTokenLexer.h | 75 IdentifierTable IdentTable;
|
D | FormatToken.h | 570 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
/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 | 3335 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local 3339 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable() 3354 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
|
D | ASTReader.cpp | 3603 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 8217 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 47 class IdentifierTable; variable
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 189 mutable IdentifierTable Identifiers; 697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 59 class IdentifierTable; variable 459 IdentifierTable &Idents; 929 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2116 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 | 730 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|