Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/Format/
DMacros.h55 class IdentifierTable; variable
109 IdentifierTable &IdentTable);
133 IdentifierTable &IdentTable;
DFormatTokenLexer.h43 IdentifierTable &IdentTable);
108 IdentifierTable &IdentTable;
DTokenAnalyzer.cpp68 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
/external/llvm-project/clang/lib/Basic/
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()
166 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
191 IdentifierTable &Table) { in AddCXXOperatorKeyword()
200 IdentifierTable &Table) { in AddObjCKeyword()
206 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
330 void IdentifierTable::PrintStats() const { in PrintStats()
641 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
DBuiltins.cpp89 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
108 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
DCMakeLists.txt54 IdentifierTable.cpp
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.h18 class IdentifierTable; variable
46 std::unique_ptr<IdentifierTable> IdentTable;
DIntegerTypesCheck.cpp25 IdentifierTable &IdentTable) { in getTokenAtLoc()
66 IdentTable = std::make_unique<IdentifierTable>(getLangOpts()); in registerMatchers()
/external/clang/include/clang/Basic/
DBuiltins.h28 class IdentifierTable; variable
79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
162 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h33 class IdentifierTable; variable
83 friend class IdentifierTable; variable
446 class IdentifierTable {
457 IdentifierTable(const LangOptions &LangOpts,
789 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/lib/Basic/
DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
162 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
187 IdentifierTable &Table) { in AddCXXOperatorKeyword()
196 IdentifierTable &Table) { in AddObjCKeyword()
202 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
312 void IdentifierTable::PrintStats() const { in PrintStats()
590 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
DBuiltins.cpp81 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
100 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
DCMakeLists.txt75 IdentifierTable.cpp
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.h27 class IdentifierTable; variable
79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
183 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h60 friend class IdentifierTable; variable
495 class IdentifierTable {
505 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
509 explicit IdentifierTable(const LangOptions &LangOpts,
866 static Selector constructSetterSelector(IdentifierTable &Idents,
/external/clang/lib/Format/
DFormatTokenLexer.h75 IdentifierTable IdentTable;
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
DTransAPIUses.cpp40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/external/clang/include/clang/Edit/
DEditedSource.h49 IdentifierTable IdentTable;
/external/clang/unittests/AST/
DASTVectorTest.cpp40 IdentifierTable Idents;
/external/llvm-project/clang/unittests/AST/
DASTVectorTest.cpp40 IdentifierTable Idents;
/external/llvm-project/clang/include/clang/Edit/
DEditedSource.h69 IdentifierTable IdentTable;
/external/llvm-project/clang/unittests/Format/
DTestLexer.h116 IdentifierTable IdentTable;

123