Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp67 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 DCMakeLists.txt55 IdentifierTable.cpp
H A DBuiltins.cpp128 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h44 IdentifierTable &IdentTable);
118 IdentifierTable &IdentTable;
H A DMacros.h106 IdentifierTable &IdentTable);
130 IdentifierTable &IdentTable;
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
H A DMacroExpander.cpp125 IdentifierTable &IdentTable) in MacroExpander()
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer()
H A DFormatToken.h928 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h86 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 DBuiltins.h29 class IdentifierTable; variable
99 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable;
/openbsd-src/gnu/usr.bin/clang/libclangBasic/
H A DMakefile27 IdentifierTable.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn71 "IdentifierTable.cpp",
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/clang-rename/
H A DClangRename.cpp147 IdentifierTable Table(Options); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h249 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 DClangExpressionParser.cpp308 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 DASTContext.h630 IdentifierTable &Idents;
1148 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTokens.cpp624 IdentifierTable Identifiers(LO); in tokenize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1096 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2337 IdentifierTable &getIdentifierTable();
/openbsd-src/gnu/llvm/clang/docs/
H A DPCHInternals.rst439 This abstract interface is associated with the ``IdentifierTable`` class, and

12