Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h28 class IdentifierTable; variable
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
148 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
H A DIdentifierTable.h33 class IdentifierTable; variable
79 friend class IdentifierTable; variable
419 class IdentifierTable {
430 IdentifierTable(const LangOptions &LangOpts,
762 static Selector constructSetterSelector(IdentifierTable &Idents,
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
153 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
172 IdentifierTable &Table) { in AddCXXOperatorKeyword()
181 IdentifierTable &Table) { in AddObjCKeyword()
187 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
294 void IdentifierTable::PrintStats() const { in PrintStats()
572 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
H A DBuiltins.cpp69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins()
96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
H A DCMakeLists.txt66 IdentifierTable.cpp
/minix/external/bsd/llvm/lib/libclangBasic/
H A DMakefile16 IdentifierTable.cpp \
/minix/external/bsd/llvm/dist/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()
/minix/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTVectorTest.cpp40 IdentifierTable Idents;
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h46 class IdentifierTable; variable
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp739 SmallString<4096> IdentifierTable; in writeIndex() local
743 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
760 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str()); in writeIndex()
H A DASTWriter.cpp3458 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteIdentifierTable()
3477 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
3482 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
3499 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str()); in WriteIdentifierTable()
4268 IdentifierTable &Table = PP.getIdentifierTable(); in WriteASTCore()
4281 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteASTCore()
4488 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteASTCore()
H A DASTReader.cpp3697 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
8123 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.h537 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
H A DFormat.cpp994 IdentifierTable IdentTable;
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h186 mutable IdentifierTable Identifiers;
509 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h57 class IdentifierTable; variable
427 IdentifierTable &Idents;
820 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2135 IdentifierTable &getIdentifierTable();
/minix/external/bsd/llvm/dist/clang/docs/
H A DPCHInternals.rst429 This abstract interface is associated with the ``IdentifierTable`` class, and
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp728 IdentifierTable &idents, SelectorTable &sels, in ASTContext()