Searched refs:Enum2 (Results 1 - 5 of 5) sorted by relevance

/external/nanopb-c/tests/options/
H A Doptions.proto50 enum Enum2
55 required Enum2 field = 1 [default = EnumValue1];
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dfunction.pass.cpp22 enum class Enum2 : int {}; class
24 enum Enum2 {}; enum
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp20 struct Enum2 { struct
38 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
195 typedef enum { Enum1, Enum2, Enum3 } MyEnum; enumerator in enum:PR7319::__anon2612
H A Doverloaded-operator.cpp60 enum Enum2 { }; enum
67 E2(Enum2);
73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) {
/external/clang/lib/AST/
H A DASTImporter.cpp1339 if (EnumDecl *Enum2 = dyn_cast<EnumDecl>(D2)) {
1344 IdentifierInfo *Name2 = Enum2->getIdentifier();
1345 if (!Name2 && Enum2->getTypedefNameForAnonDecl())
1346 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier();
1348 !::IsStructurallyEquivalent(*this, Enum1, Enum2))

Completed in 1212 milliseconds