Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dregex.cpp200 const classnames ClassNames[] = variable
244 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
246 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) in __get_classname()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2739 ArrayRef<StringRef> ClassNames) const { in getAllDerivedDefinitions()
2743 assert(ClassNames.size() > 0 && "At least one class must be passed."); in getAllDerivedDefinitions()
2744 for (const auto &ClassName : ClassNames) { in getAllDerivedDefinitions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1885 ArrayRef<StringRef> ClassNames) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp864 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anon0cc8f9a20111::CGObjCCommonMac
5334 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()