/external/llvm-project/clang/lib/Format/ |
D | Macros.h | 55 class IdentifierTable; variable 109 IdentifierTable &IdentTable); 133 IdentifierTable &IdentTable;
|
D | FormatTokenLexer.h | 43 IdentifierTable &IdentTable); 108 IdentifierTable &IdentTable;
|
D | TokenAnalyzer.cpp | 68 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 66 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()
|
D | Builtins.cpp | 89 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins() 108 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
|
D | CMakeLists.txt | 54 IdentifierTable.cpp
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | IntegerTypesCheck.h | 18 class IdentifierTable; variable 46 std::unique_ptr<IdentifierTable> IdentTable;
|
D | IntegerTypesCheck.cpp | 25 IdentifierTable &IdentTable) { in getTokenAtLoc() 66 IdentTable = std::make_unique<IdentifierTable>(getLangOpts()); in registerMatchers()
|
/external/clang/include/clang/Basic/ |
D | Builtins.h | 28 class IdentifierTable; variable 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 162 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
D | IdentifierTable.h | 33 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/ |
D | IdentifierTable.cpp | 75 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()
|
D | Builtins.cpp | 81 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins() 100 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()
|
D | CMakeLists.txt | 75 IdentifierTable.cpp
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.h | 27 class IdentifierTable; variable 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 183 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
D | IdentifierTable.h | 60 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/ |
D | FormatTokenLexer.h | 75 IdentifierTable IdentTable;
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
D | TransAPIUses.cpp | 40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
|
D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
|
/external/clang/include/clang/Edit/ |
D | EditedSource.h | 49 IdentifierTable IdentTable;
|
/external/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 40 IdentifierTable Idents;
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 40 IdentifierTable Idents;
|
/external/llvm-project/clang/include/clang/Edit/ |
D | EditedSource.h | 69 IdentifierTable IdentTable;
|
/external/llvm-project/clang/unittests/Format/ |
D | TestLexer.h | 116 IdentifierTable IdentTable;
|