| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 65 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable 69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable 71 : IdentifierTable(ExternalLookup) { in IdentifierTable() 254 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 270 IdentifierTable &Table) { in AddCXXOperatorKeyword() 279 IdentifierTable &Table) { in AddObjCKeyword() 285 IdentifierTable &Table) { in AddInterestingIdentifier() 295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 481 void IdentifierTable::PrintStats() const { in PrintStats() 734 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector() [all …]
|
| H A D | Builtins.cpp | 128 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 45 IdentifierTable &IdentTable); 127 IdentifierTable &IdentTable;
|
| H A D | Macros.h | 106 IdentifierTable &IdentTable); 136 IdentifierTable &IdentTable;
|
| H A D | TokenAnalyzer.cpp | 104 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
|
| H A D | MacroExpander.cpp | 125 IdentifierTable &IdentTable) in MacroExpander()
|
| H A D | UnwrappedLineParser.h | 114 IdentifierTable &IdentTable);
|
| H A D | FormatTokenLexer.cpp | 29 IdentifierTable &IdentTable) in FormatTokenLexer()
|
| H A D | FormatToken.h | 981 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 110 friend class IdentifierTable; in alignas() local 630 class IdentifierTable { 640 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr); 644 explicit IdentifierTable(const LangOptions &LangOpts, 1133 static Selector constructSetterSelector(IdentifierTable &Idents,
|
| H A D | Builtins.h | 29 class IdentifierTable; variable 99 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransGCCalls.cpp | 29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
| H A D | TransAPIUses.cpp | 40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 69 IdentifierTable IdentTable;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 629 std::unique_ptr<SerializedIdentifierTable> IdentifierTable; member in clang::api_notes::APINotesReader::Implementation 724 if (!IdentifierTable) in getIdentifier() 730 auto Known = IdentifierTable->find(Str); in getIdentifier() 731 if (Known == IdentifierTable->end()) in getIdentifier() 739 if (!ObjCSelectorTable || !IdentifierTable) in getSelector() 893 if (IdentifierTable) in readIdentifierBlock() 900 IdentifierTable.reset(SerializedIdentifierTable::Create( in readIdentifierBlock()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 825 SmallString<4096> IdentifierTable; in writeIndex() local 829 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex() 844 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
|
| H A D | ASTWriter.cpp | 3753 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local 3758 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable() 3773 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 276 IdentifierTable &ParentIdTable = ParentASTCtxt.Idents; in FindExternalVisibleDeclsByName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 306 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword() 334 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 249 mutable IdentifierTable Identifiers; 1202 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 1203 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 73 class IdentifierTable; variable 636 IdentifierTable &Idents; 1163 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 578 IdentifierTable Identifiers(LO); in tokenize()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1160 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2372 IdentifierTable &getIdentifierTable();
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 201 SRCS_MIN+= Basic/IdentifierTable.cpp
|