Searched refs:ClassNames (Results 1 – 6 of 6) sorted by relevance
199 const classnames ClassNames[] = variable243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()245 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) in __get_classname()
18 If no ClassNames are specified, all classes in the file are emitted.
19 If no ClassNames are specified, all classes in the file are emitted.
134 SmallVector<IdentifierInfo *, 8> ClassNames; in ParseObjCAtClassDeclaration() local145 ClassNames.push_back(Tok.getIdentifierInfo()); in ParseObjCAtClassDeclaration()162 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), in ParseObjCAtClassDeclaration()165 ClassNames.size()); in ParseObjCAtClassDeclaration()
2053 std::set<std::string> ClassNames; in dumpLayout() local2059 ClassNames.insert(RD->getQualifiedNameAsString()); in dumpLayout()2062 for (const std::string &Name : ClassNames) { in dumpLayout()
833 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anonc21a86420111::CGObjCCommonMac4708 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()