Home
last modified time | relevance | path

Searched defs:EnumType (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/libcxx/type_traits/
H A Dconvert_to_integral.pass.cpp31 struct EnumType struct
33 enum type : T {E_zero, E_one};
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dswitch-missing-default-case.cpp4 enum EnumType { eE2 }; enum
/llvm-project/lldb/test/API/commands/expression/nested/
H A Dmain.cpp16 enum EnumType : int { Eleven = 11 }; enum
/llvm-project/lldb/test/API/lang/cpp/template/
H A Dmain.cpp16 enum class EnumType enum
/llvm-project/clang/test/Index/
H A Dget-cursor.cpp157 enum EnumType { Enumerator }; enum
/llvm-project/clang/test/Sema/
H A Dattr-mode-enums.c8 typedef enum { E4 } EnumType; typedef
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp
/llvm-project/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp3 typedef enum { XX } EnumType; typedef
H A Dtype-traits.cpp347 typedef Enum EnumType; typedef
/llvm-project/lldb/test/API/python_api/type/
H A Dmain.cpp49 enum EnumType {}; enum
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dglobal-classes.cpp11 enum class EnumType : unsigned { enum
[all...]
/llvm-project/clang/utils/ABITest/
H A DTypeGen.py62 class EnumType(Type): class
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp654 std::string EnumType = I.Scoped ? "enum class " : "enum "; genHTML() local
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3719 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 DASTMatchersNodeTest.cpp1821 TEST_P(ASTMatchersTest,EnumType) TEST_P() argument
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3197 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) Create() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1199 QualType EnumType = S.Context.getTypeDeclType(ED); ShouldDiagnoseSwitchCaseNotInEnum() local
[all...]
H A DSemaDecl.cpp19650 CheckForDuplicateEnumValues(Sema & S,ArrayRef<Decl * > Elements,EnumDecl * Enum,QualType EnumType) CheckForDuplicateEnumValues() argument
19792 QualType EnumType = Context.getTypeDeclType(Enum); ActOnEnumBody() local
H A DSemaDeclCXX.cpp12910 BuildUsingEnumDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation EnumLoc,SourceLocation NameLoc,TypeSourceInfo * EnumType,EnumDecl * ED) BuildUsingEnumDeclaration() argument