reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 4438     return T->getTypeClass() == Enum || T->getTypeClass() == Record;
 4474       : TagType(Enum, reinterpret_cast<const TagDecl*>(D), QualType()) {}
 4484   static bool classof(const Type *T) { return T->getTypeClass() == Enum; }
tools/clang/lib/AST/ASTContext.cpp
 2102   case Type::Enum: {
 3250   case Type::Enum:
 6807   case Type::Enum:
 9125   case Type::Enum:
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  751   case Type::Enum:
tools/clang/lib/AST/ExprConstant.cpp
10039   case Type::Enum:
tools/clang/lib/AST/ItaniumMangle.cpp
 2045   case Type::Enum:
tools/clang/lib/AST/Type.cpp
 2124   case Enum: {
 2227   case Type::Enum:
 2597   case Enum:
 3649   case Type::Enum: {
 3747   case Type::Enum:
 3938   case Type::Enum:
tools/clang/lib/AST/TypePrinter.cpp
  216     case Type::Enum:
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3036   case Type::Enum:
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  215     case Type::Enum:
 1883     case Type::Enum:
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  641   case Type::Enum: {
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3205   case Type::Enum:
 3449   case Type::Enum:
tools/clang/lib/Sema/SemaChecking.cpp
14350   if (TC1 == Type::Enum) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
  865   case Type::Enum:
tools/clang/lib/Sema/SemaExpr.cpp
 4062     case Type::Enum:
tools/clang/lib/Sema/SemaLookup.cpp
 2872     case Type::Enum: {
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1502     case Type::Enum:
 5604   case Type::Enum:
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
   54       case TypeLoc::Enum:
tools/clang/tools/libclang/CXType.cpp
   99     TKCASE(Enum);
  504   case Type::Enum:
tools/lldb/source/Symbol/ClangASTContext.cpp
 2572   case clang::Type::Enum:
 2640   case clang::Type::Enum: {
 3635   return (type_class == clang::Type::Enum);
 4062   case clang::Type::Enum:
 4326   case clang::Type::Enum:
 5240   case clang::Type::Enum:
 5414   case clang::Type::Enum:
 6537   case clang::Type::Enum:
 8708   case clang::Type::Enum: {
 9167   case clang::Type::Enum:
 9509     case clang::Type::Enum:
 9755     case clang::Type::Enum: {
tools/lldb/source/Symbol/ClangASTImporter.cpp
  425   case clang::Type::Enum: {
  501   case clang::Type::Enum: {