/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 75 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()
|
D | Builtins.cpp | 69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins() 96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
|
D | Android.mk | 30 IdentifierTable.cpp \
|
D | CMakeLists.txt | 66 IdentifierTable.cpp
|
/external/clang/include/clang/Basic/ |
D | Builtins.h | 28 class IdentifierTable; variable 78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 154 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
|
D | IdentifierTable.h | 33 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/ |
D | TransGCCalls.cpp | 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTContext.h | 54 clang::IdentifierTable * 424 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
|
/external/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 40 IdentifierTable Idents;
|
/external/lldb/include/lldb/Core/ |
D | ClangForward.h | 74 class IdentifierTable; variable
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 739 SmallString<4096> IdentifierTable; in writeIndex() local 743 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex() 760 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
|
D | ASTWriter.cpp | 3474 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()
|
D | ASTReader.cpp | 3724 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 8229 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 46 class IdentifierTable; variable
|
/external/clang/lib/Format/ |
D | FormatToken.h | 524 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
D | Format.cpp | 1122 IdentifierTable IdentTable;
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 186 mutable IdentifierTable Identifiers; 509 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 57 class IdentifierTable; variable 428 IdentifierTable &Idents; 822 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 409 IdentifierTable * 413 … m_identifier_table_ap.reset(new IdentifierTable (*ClangASTContext::getLanguageOptions(), NULL)); in getIdentifierTable()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2121 IdentifierTable &getIdentifierTable();
|
/external/clang/docs/ |
D | PCHInternals.rst | 429 This abstract interface is associated with the ``IdentifierTable`` class, and
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 779 + IdentifierTable.cpp \
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 728 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|