Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dregex.cpp308 const classnames ClassNames[] = { variable
341 …const classnames* i = std::lower_bound(begin(ClassNames), end(ClassNames), s, us… in __get_classname()
343 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) { in __get_classname()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp150 SmallVector<IdentifierInfo *, 8> ClassNames; in ParseObjCAtClassDeclaration() local
165 ClassNames.push_back(Tok.getIdentifierInfo()); in ParseObjCAtClassDeclaration()
182 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), in ParseObjCAtClassDeclaration()
185 ClassNames.size()); in ParseObjCAtClassDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2065 std::set<std::string> ClassNames; in dumpLayout() local
2071 ClassNames.insert(RD->getQualifiedNameAsString()); in dumpLayout()
2074 for (const std::string &Name : ClassNames) { in dumpLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3235 ArrayRef<StringRef> ClassNames) const { in getAllDerivedDefinitions()
3239 assert(ClassNames.size() > 0 && "At least one class must be passed."); in getAllDerivedDefinitions()
3240 for (const auto &ClassName : ClassNames) { in getAllDerivedDefinitions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2067 ArrayRef<StringRef> ClassNames) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp868 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anonaa8b92cd0111::CGObjCCommonMac
5255 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()