Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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.h842 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer()
/freebsd-13.1/contrib/llvm-project/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()
169 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
194 IdentifierTable &Table) { in AddCXXOperatorKeyword()
203 IdentifierTable &Table) { in AddObjCKeyword()
209 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
371 void IdentifierTable::PrintStats() const { in PrintStats()
682 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
H A DBuiltins.cpp93 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h68 friend class IdentifierTable; in alignas() local
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
81 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable;
/freebsd-13.1/contrib/llvm-project/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()
H A DASTReader.cpp4372 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
9052 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h232 mutable IdentifierTable Identifiers;
930 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
931 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp307 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword()
335 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h625 IdentifierTable &Idents;
1114 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp533 IdentifierTable Identifiers(LO); in tokenize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1071 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2279 IdentifierTable &getIdentifierTable();
/freebsd-13.1/lib/clang/libclang/
H A DMakefile190 SRCS_MIN+= Basic/IdentifierTable.cpp
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp968 IdentifierTable &idents, SelectorTable &sels, in ASTContext()

12