Home
last modified time | relevance | path

Searched refs:ClassNames (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Dregex.cpp320 const classnames ClassNames[] = variable
364 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
366 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) in __get_classname()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dforbidden-subclassing-custom.m3 // RUN: [{key: objc-forbidden-subclassing.ClassNames, value: "Foo;Quux"}]}' \
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp133 SmallVector<IdentifierInfo *, 8> ClassNames; in ParseObjCAtClassDeclaration() local
143 ClassNames.push_back(Tok.getIdentifierInfo()); in ParseObjCAtClassDeclaration()
160 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), in ParseObjCAtClassDeclaration()
163 ClassNames.size()); in ParseObjCAtClassDeclaration()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp2059 std::set<std::string> ClassNames; in dumpLayout() local
2065 ClassNames.insert(RD->getQualifiedNameAsString()); in dumpLayout()
2068 for (const std::string &Name : ClassNames) { in dumpLayout()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2886 ArrayRef<StringRef> ClassNames) const { in getAllDerivedDefinitions()
2890 assert(ClassNames.size() > 0 && "At least one class must be passed."); in getAllDerivedDefinitions()
2891 for (const auto &ClassName : ClassNames) { in getAllDerivedDefinitions()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1954 ArrayRef<StringRef> ClassNames) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp864 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anon0dba85c70111::CGObjCCommonMac
5281 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()