| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Macros.h | 55 class IdentifierTable; variable 109 IdentifierTable &IdentTable); 133 IdentifierTable &IdentTable;
|
| H A D | FormatTokenLexer.h | 43 IdentifierTable &IdentTable); 107 IdentifierTable &IdentTable;
|
| H A D | TokenAnalyzer.cpp | 68 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
|
| H A D | MacroExpander.cpp | 126 IdentifierTable &IdentTable) in MacroExpander()
|
| H A D | FormatToken.h | 842 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
| H A D | FormatTokenLexer.cpp | 29 IdentifierTable &IdentTable) in FormatTokenLexer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 66 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable 70 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable 72 : IdentifierTable(ExternalLookup) { in IdentifierTable() 169 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 194 IdentifierTable &Table) { in AddCXXOperatorKeyword() 203 IdentifierTable &Table) { in AddObjCKeyword() 209 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 371 void IdentifierTable::PrintStats() const { in PrintStats() 682 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
|
| H A D | Builtins.cpp | 93 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 68 friend class IdentifierTable; in alignas() local 496 class IdentifierTable { 506 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr); 510 explicit IdentifierTable(const LangOptions &LangOpts, 867 static Selector constructSetterSelector(IdentifierTable &Idents,
|
| H A D | Builtins.h | 27 class IdentifierTable; variable 81 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 69 IdentifierTable IdentTable;
|
| /freebsd-13.1/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 | ASTReaderInternals.h | 33 class IdentifierTable; variable
|
| H A D | ASTWriter.cpp | 3456 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local 3461 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable() 3476 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
|
| H A D | ASTReader.cpp | 4372 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST() 9052 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 232 mutable IdentifierTable Identifiers; 930 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 931 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 307 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword() 335 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 625 IdentifierTable &Idents; 1114 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 533 IdentifierTable Identifiers(LO); in tokenize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1071 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2279 IdentifierTable &getIdentifierTable();
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 190 SRCS_MIN+= Basic/IdentifierTable.cpp
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 968 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
|