Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp65 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable
69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
71 : IdentifierTable(ExternalLookup) { in IdentifierTable()
254 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
270 IdentifierTable &Table) { in AddCXXOperatorKeyword()
279 IdentifierTable &Table) { in AddObjCKeyword()
285 IdentifierTable &Table) { in AddNotableIdentifier()
295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
482 void IdentifierTable::PrintStats() const { in PrintStats()
736 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
[all …]
H A DBuiltins.cpp131 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h40 IdentifierTable &IdentTable);
122 IdentifierTable &IdentTable;
H A DMacros.h100 IdentifierTable &IdentTable);
130 IdentifierTable &IdentTable;
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(LangOpts); in process()
H A DUnwrappedLineParser.h108 IdentifierTable &IdentTable);
H A DMacroExpander.cpp125 IdentifierTable &IdentTable) in MacroExpander()
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer()
H A DFormatToken.h1031 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h118 friend class IdentifierTable; variable
655 class IdentifierTable {
665 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
669 explicit IdentifierTable(const LangOptions &LangOpts,
1159 static Selector constructSetterSelector(IdentifierTable &Idents,
H A DBuiltins.h29 class IdentifierTable; variable
99 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
/freebsd/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/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable;
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp630 std::unique_ptr<SerializedIdentifierTable> IdentifierTable; member in clang::api_notes::APINotesReader::Implementation
733 if (!IdentifierTable) in getIdentifier()
739 auto Known = IdentifierTable->find(Str); in getIdentifier()
740 if (Known == IdentifierTable->end()) in getIdentifier()
748 if (!ObjCSelectorTable || !IdentifierTable) in getSelector()
902 if (IdentifierTable) in readIdentifierBlock()
909 IdentifierTable.reset(SerializedIdentifierTable::Create( in readIdentifierBlock()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp821 SmallString<4096> IdentifierTable; in writeIndex() local
825 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
840 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in writeIndex()
H A DASTWriter.cpp3919 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3924 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3939 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable); in WriteIdentifierTable()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp276 IdentifierTable &ParentIdTable = ParentASTCtxt.Idents; in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp306 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword()
334 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h259 mutable IdentifierTable Identifiers;
1222 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
1223 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h74 class IdentifierTable; variable
659 IdentifierTable &Idents;
1208 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp579 IdentifierTable Identifiers(LO); in tokenize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1187 std::unique_ptr<clang::IdentifierTable> m_identifier_table_up;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2402 IdentifierTable &getIdentifierTable();
/freebsd/lib/clang/libclang/
H A DMakefile205 SRCS_MIN+= Basic/IdentifierTable.cpp

12