/llvm-project/libcxx/test/libcxx/type_traits/ |
H A D | convert_to_integral.pass.cpp | 31 struct EnumType struct 33 enum type : T {E_zero, E_one};
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | switch-missing-default-case.cpp | 4 enum EnumType { eE2 }; enum
|
/llvm-project/lldb/test/API/commands/expression/nested/ |
H A D | main.cpp | 16 enum EnumType : int { Eleven = 11 }; enum
|
/llvm-project/lldb/test/API/lang/cpp/template/ |
H A D | main.cpp | 16 enum class EnumType enum
|
/llvm-project/clang/test/Index/ |
H A D | get-cursor.cpp | 157 enum EnumType { Enumerator }; enum
|
/llvm-project/clang/test/Sema/ |
H A D | attr-mode-enums.c | 8 typedef enum { E4 } EnumType; typedef
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | ForestTest.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-mode-tmpl.cpp | 3 typedef enum { XX } EnumType; typedef
|
H A D | type-traits.cpp | 347 typedef Enum EnumType; typedef
|
/llvm-project/lldb/test/API/python_api/type/ |
H A D | main.cpp | 49 enum EnumType {}; enum
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | global-classes.cpp | 11 enum class EnumType : unsigned { enum [all...] |
/llvm-project/clang/utils/ABITest/ |
H A D | TypeGen.py | 62 class EnumType(Type): class
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | HTMLGenerator.cpp | 654 std::string EnumType = I.Scoped ? "enum class " : "enum "; genHTML() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3719 TypeSourceInfo *EnumType; global() variable 3722 UsingEnumDecl(DeclContext * DC,DeclarationName DN,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) UsingEnumDecl() argument [all...] |
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1821 TEST_P(ASTMatchersTest,EnumType) TEST_P() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3197 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) Create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1199 QualType EnumType = S.Context.getTypeDeclType(ED); ShouldDiagnoseSwitchCaseNotInEnum() local [all...] |
H A D | SemaDecl.cpp | 19650 CheckForDuplicateEnumValues(Sema & S,ArrayRef<Decl * > Elements,EnumDecl * Enum,QualType EnumType) CheckForDuplicateEnumValues() argument 19792 QualType EnumType = Context.getTypeDeclType(Enum); ActOnEnumBody() local
|
H A D | SemaDeclCXX.cpp | 12910 BuildUsingEnumDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation EnumLoc,SourceLocation NameLoc,TypeSourceInfo * EnumType,EnumDecl * ED) BuildUsingEnumDeclaration() argument
|