Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp60 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable
64 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
66 : IdentifierTable(ExternalLookup) { in IdentifierTable()
156 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
181 IdentifierTable &Table) { in AddCXXOperatorKeyword()
190 IdentifierTable &Table) { in AddObjCKeyword()
196 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
320 void IdentifierTable::PrintStats() const { in PrintStats()
616 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
H A DBuiltins.cpp87 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
106 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h28 class IdentifierTable; variable
82 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
179 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
H A DIdentifierTable.h59 friend class IdentifierTable; in alignas() local
486 class IdentifierTable {
496 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
500 explicit IdentifierTable(const LangOptions &LangOpts,
849 static Selector constructSetterSelector(IdentifierTable &Idents,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
H A DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.h96 IdentifierTable IdentTable;
H A DFormatToken.h669 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h70 IdentifierTable IdentTable;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h70 class IdentifierTable; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp794 SmallString<4096> IdentifierTable; in writeIndex() local
798 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
813 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
H A DASTReaderInternals.h34 class IdentifierTable; variable
H A DASTWriter.cpp3759 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3764 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3779 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
H A DASTReader.cpp4004 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
9126 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h224 mutable IdentifierTable Identifiers;
823 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
824 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h96 clang::IdentifierTable *getIdentifierTable();
1032 std::unique_ptr<clang::IdentifierTable> m_identifier_table_ap;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h566 IdentifierTable &Idents;
1068 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2328 IdentifierTable &getIdentifierTable();
/freebsd-12.1/lib/clang/libclang/
H A DMakefile154 SRCS_MIN+= Basic/IdentifierTable.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp892 IdentifierTable *ClangASTContext::getIdentifierTable() { in getIdentifierTable()
895 new IdentifierTable(*ClangASTContext::getLanguageOptions(), nullptr)); in getIdentifierTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp785 IdentifierTable &idents, SelectorTable &sels, in ASTContext()