Home
last modified time | relevance | path

Searched refs:EnumKind (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d214 enum EnumKind
341 private EnumKind getEnumKind(AST.Type type)
346 return EnumKind.Int;
353 return EnumKind.Numeric;
356 return EnumKind.String;
359 return EnumKind.Enum;
363 return EnumKind.Other;
924 EnumKind kind = getEnumKind(type);
935 case EnumKind.Int, EnumKind.Numeric:
949 case EnumKind.String, EnumKind.Enum:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst300 :EnumKind:
312 EnumKind: none
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp364 Kind = EnumKind; in fill()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h1046 EnumKind enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp880 case DeclInfo::EnumKind: in visitFullComment()