Home
last modified time | relevance | path

Searched refs:SelectorTable (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h687 friend class SelectorTable; // only the SelectorTable can create these variable
830 class SelectorTable {
835 SelectorTable();
836 SelectorTable(const SelectorTable &) = delete;
837 SelectorTable &operator=(const SelectorTable &) = delete;
838 ~SelectorTable();
868 SelectorTable &SelTable,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp669 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName()
677 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
678 SelectorTable &SelTable, in constructSetterSelector()
685 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) { in getPropertyNameFromSetterSelector()
691 size_t SelectorTable::getTotalMemory() const { in getTotalMemory()
696 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) { in getSelector()
722 SelectorTable::SelectorTable() { in SelectorTable() function in SelectorTable
726 SelectorTable::~SelectorTable() { in ~SelectorTable()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext()
280 auto ST = std::make_unique<SelectorTable>(); in BuildIndirect()
307 auto ST = std::make_unique<SelectorTable>(); in Parse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DObjCMT.cpp1175 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
1198 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in migrateProperty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h243 SelectorTable Selectors;
931 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp1508 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
1560 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in LookupMemberExpr()
H A DSemaPseudoObject.cpp642 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(), in findSetter()
H A DSemaExprObjC.cpp2056 SelectorTable::constructSetterSelector(PP.getIdentifierTable(), in HandleExprPropertyRefExpr()
2215 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp8310 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h613 SelectorTable &Selectors;
1071 SelectorTable &sels, Builtin::Context &builtins);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp370 SelectorMap SelectorTable; member in __anon119c321b0111::CGObjCGNU
2334 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetTypedSelector()
3624 ExistingProtocols.empty() && SelectorTable.empty()) in ModuleInitFunction()
3679 auto &table = SelectorTable; // MSVC workaround in ModuleInitFunction()
H A DCGDebugInfo.cpp2551 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1071 OS << SelectorTable::getPropertyNameFromSetterSelector( in VisitObjCPropertyRefExpr()
H A DASTContext.cpp968 IdentifierTable &idents, SelectorTable &sels, in ASTContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp761 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp860 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey()