Home
last modified time | relevance | path

Searched refs:enumerator_begin (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp996 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin(); in ActOnFinishSwitchStmt()
1140 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin(); in DiagnoseAssignmentEnum()
DSemaTemplateInstantiateDecl.cpp696 for (EnumDecl::enumerator_iterator EC = Pattern->enumerator_begin(), in InstantiateEnumDefinition()
DSemaDecl.cpp3320 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()
9625 for (EnumDecl::enumerator_iterator EI = ED->enumerator_begin(), in ActOnStartOfFunctionDef()
DSemaCodeComplete.cpp3812 for (EnumDecl::enumerator_iterator E = Enum->enumerator_begin(), in CodeCompleteCase()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp5743 …for (enum_pos = enum_decl->enumerator_begin(), enum_end_pos = enum_decl->enumerator_end(); enum_po… in DumpValue()
5975 …for (enum_pos = enum_decl->enumerator_begin(), enum_end_pos = enum_decl->enumerator_end(); enum_po… in DumpTypeValue()
5990 …for (enum_pos = enum_decl->enumerator_begin(), enum_end_pos = enum_decl->enumerator_end(); enum_po… in DumpTypeValue()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp663 for (EnumDecl::enumerator_iterator EI = EnumDcl->enumerator_begin(), in UseNSOptionsMacro()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2869 enumerator_iterator enumerator_begin() const { in enumerator_begin() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp1111 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(), in IsStructurallyEquivalent()
1113 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DASTUnit.cpp884 for (EnumDecl::enumerator_iterator EI = EnumD->enumerator_begin(), in AddTopLevelDeclarationToHash()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1877 Enum = ED->enumerator_begin(), EnumEnd = ED->enumerator_end(); in CreateEnumType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp3855 for (EnumDecl::enumerator_iterator EC = ED->enumerator_begin(), in RewriteObjCFieldDeclType()