Home
last modified time | relevance | path

Searched refs:IdentifierTable (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp66 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 DCMakeLists.txt52 IdentifierTable.cpp
H A DBuiltins.cpp90 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DMacros.h55 class IdentifierTable; variable
109 IdentifierTable &IdentTable);
133 IdentifierTable &IdentTable;
H A DFormatTokenLexer.h43 IdentifierTable &IdentTable);
107 IdentifierTable &IdentTable;
H A DTokenAnalyzer.cpp68 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
H A DMacroExpander.cpp126 IdentifierTable &IdentTable) in MacroExpander()
H A DFormatToken.h832 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h68 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 DBuiltins.h27 class IdentifierTable; variable
80 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
H A DTransAPIUses.cpp40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable;
/netbsd-src/external/apache2/llvm/lib/libclangBasic/
H A DMakefile21 IdentifierTable.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp825 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 DASTReaderInternals.h33 class IdentifierTable; variable
H A DASTWriter.cpp3456 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 DBUILD.gn68 "IdentifierTable.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp147 IdentifierTable Table(Options); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h232 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 DASTContext.h612 IdentifierTable &Idents;
1070 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp533 IdentifierTable Identifiers(LO); in tokenize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2272 IdentifierTable &getIdentifierTable();
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst439 This abstract interface is associated with the ``IdentifierTable`` class, and

12