Home
last modified time | relevance | path

Searched defs:ToEnum (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc262 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type) const { in ToEnum() function in google::protobuf::util::converter::DataPiece
/external/clang/lib/AST/
DASTImporter.cpp2046 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local
2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch()
6164 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local
6522 if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local