| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 67 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable 71 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable 73 : IdentifierTable(ExternalLookup) { in IdentifierTable() 253 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 269 IdentifierTable &Table) { in AddCXXOperatorKeyword() 278 IdentifierTable &Table) { in AddObjCKeyword() 284 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 454 void IdentifierTable::PrintStats() const { in PrintStats() 765 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector() 853 IdentifierTable::getFutureCompatDiagKind(const IdentifierInfo &II, in getFutureCompatDiagKind()
|
| H A D | CMakeLists.txt | 55 IdentifierTable.cpp
|
| H A D | Builtins.cpp | 128 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 44 IdentifierTable &IdentTable); 118 IdentifierTable &IdentTable;
|
| H A D | Macros.h | 106 IdentifierTable &IdentTable); 130 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 | FormatTokenLexer.cpp | 29 IdentifierTable &IdentTable) in FormatTokenLexer()
|
| H A D | FormatToken.h | 928 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 86 friend class IdentifierTable; variable 564 class IdentifierTable { 574 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr); 578 explicit IdentifierTable(const LangOptions &LangOpts, 941 static Selector constructSetterSelector(IdentifierTable &Idents,
|
| H A D | Builtins.h | 29 class IdentifierTable; variable 99 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 69 IdentifierTable IdentTable;
|
| /openbsd-src/gnu/usr.bin/clang/libclangBasic/ |
| H A D | Makefile | 27 IdentifierTable.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/ |
| H A D | BUILD.gn | 71 "IdentifierTable.cpp",
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 147 IdentifierTable Table(Options); in main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 249 mutable IdentifierTable Identifiers; 1203 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 1204 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 308 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword() 336 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 630 IdentifierTable &Idents; 1148 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 624 IdentifierTable Identifiers(LO); in tokenize()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1096 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2337 IdentifierTable &getIdentifierTable();
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | PCHInternals.rst | 439 This abstract interface is associated with the ``IdentifierTable`` class, and
|