Home
last modified time | relevance | path

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

/external/libcxx/src/
Dregex.cpp217 const classnames ClassNames[] = variable
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
263 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) in __get_classname()
/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.cpp129 SmallVector<IdentifierInfo *, 8> ClassNames; in ParseObjCAtClassDeclaration() local
140 ClassNames.push_back(Tok.getIdentifierInfo()); in ParseObjCAtClassDeclaration()
157 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), in ParseObjCAtClassDeclaration()
160 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.cpp830 llvm::StringMap<llvm::GlobalVariable*> ClassNames; member in __anonfac0963e0111::CGObjCCommonMac
4635 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()