Searched refs:enumerator_begin (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaStmt.cpp | 996 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin(); in ActOnFinishSwitchStmt() 1140 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin(); in DiagnoseAssignmentEnum()
|
| D | SemaTemplateInstantiateDecl.cpp | 696 for (EnumDecl::enumerator_iterator EC = Pattern->enumerator_begin(), in InstantiateEnumDefinition()
|
| D | SemaDecl.cpp | 3320 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec() 9625 for (EnumDecl::enumerator_iterator EI = ED->enumerator_begin(), in ActOnStartOfFunctionDef()
|
| D | SemaCodeComplete.cpp | 3812 for (EnumDecl::enumerator_iterator E = Enum->enumerator_begin(), in CodeCompleteCase()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | ClangASTType.cpp | 5743 …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/ |
| D | ObjCMT.cpp | 663 for (EnumDecl::enumerator_iterator EI = EnumDcl->enumerator_begin(), in UseNSOptionsMacro()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Decl.h | 2869 enumerator_iterator enumerator_begin() const { in enumerator_begin() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTImporter.cpp | 1111 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/ |
| D | ASTUnit.cpp | 884 for (EnumDecl::enumerator_iterator EI = EnumD->enumerator_begin(), in AddTopLevelDeclarationToHash()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 1877 Enum = ED->enumerator_begin(), EnumEnd = ED->enumerator_end(); in CreateEnumType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteModernObjC.cpp | 3855 for (EnumDecl::enumerator_iterator EC = ED->enumerator_begin(), in RewriteObjCFieldDeclType()
|