Home
last modified time | relevance | path

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

/external/libcxx/src/
Dregex.cpp199 const classnames ClassNames[] = variable
243 _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()
/external/googletest/googlemock/scripts/generator/
DREADME18 If no ClassNames are specified, all classes in the file are emitted.
/external/google-breakpad/src/testing/scripts/generator/
DREADME19 If no ClassNames are specified, all classes in the file are emitted.
/external/clang/lib/Parse/
DParseObjc.cpp134 SmallVector<IdentifierInfo *, 8> ClassNames; in ParseObjCAtClassDeclaration() local
145 ClassNames.push_back(Tok.getIdentifierInfo()); in ParseObjCAtClassDeclaration()
162 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), in ParseObjCAtClassDeclaration()
165 ClassNames.size()); in ParseObjCAtClassDeclaration()
/external/clang/lib/AST/
DVTableBuilder.cpp2053 std::set<std::string> ClassNames; in dumpLayout() local
2059 ClassNames.insert(RD->getQualifiedNameAsString()); in dumpLayout()
2062 for (const std::string &Name : ClassNames) { in dumpLayout()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp833 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anonc21a86420111::CGObjCCommonMac
4708 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()