/netbsd-src/external/apache2/llvm/dist/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() 166 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 191 IdentifierTable &Table) { in AddCXXOperatorKeyword() 200 IdentifierTable &Table) { in AddObjCKeyword() 206 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 366 void IdentifierTable::PrintStats() const { in PrintStats() 677 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
|
H A D | CMakeLists.txt | 52 IdentifierTable.cpp
|
H A D | Builtins.cpp | 90 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
|
/netbsd-src/external/apache2/llvm/dist/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 | 832 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
|
H A D | FormatTokenLexer.cpp | 29 IdentifierTable &IdentTable) in FormatTokenLexer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 68 friend class IdentifierTable; variable 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 80 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 69 IdentifierTable IdentTable;
|
/netbsd-src/external/apache2/llvm/lib/libclangBasic/ |
H A D | Makefile | 21 IdentifierTable.cpp \
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/ |
H A D | BUILD.gn | 68 "IdentifierTable.cpp",
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
H A D | ClangRename.cpp | 147 IdentifierTable Table(Options); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 232 mutable IdentifierTable Identifiers; 929 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 930 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 612 IdentifierTable &Idents; 1070 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 533 IdentifierTable Identifiers(LO); in tokenize()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2272 IdentifierTable &getIdentifierTable();
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | PCHInternals.rst | 439 This abstract interface is associated with the ``IdentifierTable`` class, and
|