Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp997 EDI != ED->enumerator_end(); ++EDI) { in ActOnFinishSwitchStmt()
1141 EDI != ED->enumerator_end(); ++EDI) { in DiagnoseAssignmentEnum()
DSemaTemplateInstantiateDecl.cpp697 ECEnd = Pattern->enumerator_end(); in InstantiateEnumDefinition()
DSemaDecl.cpp3320 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()
9626 EE = ED->enumerator_end(); EI != EE; ++EI) in ActOnStartOfFunctionDef()
DSemaCodeComplete.cpp3813 EEnd = Enum->enumerator_end(); 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 …(enum_pos = enum_decl->enumerator_begin(), enum_end_pos = enum_decl->enumerator_end(); enum_pos !=… in DumpTypeValue()
5990 …(enum_pos = enum_decl->enumerator_begin(), enum_end_pos = enum_decl->enumerator_end(); enum_pos !=… in DumpTypeValue()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp664 EE = EnumDcl->enumerator_end(); EI != EE; ++EI) { in UseNSOptionsMacro()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2876 enumerator_iterator enumerator_end() const { in enumerator_end() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp1112 EC2End = D2->enumerator_end(); in IsStructurallyEquivalent()
1114 EC1End = D1->enumerator_end(); in IsStructurallyEquivalent()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DASTUnit.cpp885 EE = EnumD->enumerator_end(); EI != EE; ++EI) { 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.cpp3856 ECEnd = ED->enumerator_end(); EC != ECEnd; ++EC) { in RewriteObjCFieldDeclType()