| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 60 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable 64 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable 66 : IdentifierTable(ExternalLookup) { in IdentifierTable() 156 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 181 IdentifierTable &Table) { in AddCXXOperatorKeyword() 190 IdentifierTable &Table) { in AddObjCKeyword() 196 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 320 void IdentifierTable::PrintStats() const { in PrintStats() 616 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
|
| H A D | Builtins.cpp | 87 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins() 106 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.h | 28 class IdentifierTable; variable 82 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 179 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
| H A D | IdentifierTable.h | 59 friend class IdentifierTable; in alignas() local 486 class IdentifierTable { 496 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr); 500 explicit IdentifierTable(const LangOptions &LangOpts, 849 static Selector constructSetterSelector(IdentifierTable &Idents,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransGCCalls.cpp | 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
| H A D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 96 IdentifierTable IdentTable;
|
| H A D | FormatToken.h | 669 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 70 IdentifierTable IdentTable;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ClangForward.h | 70 class IdentifierTable; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 794 SmallString<4096> IdentifierTable; in writeIndex() local 798 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex() 813 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
|
| H A D | ASTReaderInternals.h | 34 class IdentifierTable; variable
|
| H A D | ASTWriter.cpp | 3759 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local 3764 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable() 3779 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
|
| H A D | ASTReader.cpp | 4004 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 9126 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 224 mutable IdentifierTable Identifiers; 823 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 824 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 96 clang::IdentifierTable *getIdentifierTable(); 1032 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 566 IdentifierTable &Idents; 1068 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2328 IdentifierTable &getIdentifierTable();
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 154 SRCS_MIN+= Basic/IdentifierTable.cpp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 892 IdentifierTable *ClangASTContext::getIdentifierTable() { in getIdentifierTable() 895 new IdentifierTable(*ClangASTContext::getLanguageOptions(), nullptr)); in getIdentifierTable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 785 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|