HomeSort by: relevance | last modified time | path
    Searched defs:UnderlyingType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyEnumDumper.cpp 40 auto UnderlyingType = Symbol.getUnderlyingType();
41 if (!UnderlyingType)
43 if (UnderlyingType->getBuiltinType() != PDB_BuiltinType::Int ||
44 UnderlyingType->getLength() != 4) {
47 Dumper.start(*UnderlyingType);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 299 const auto UnderlyingType =
301 return UnderlyingType ? UnderlyingType->getLength() : 0;
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType();
974 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) {
ODRHash.cpp 718 QualType UnderlyingType = D->getUnderlyingType();
720 if (UnderlyingType.hasLocalQualifiers()) {
724 const auto *ElaboratedT = dyn_cast<ElaboratedType>(UnderlyingType);
1034 QualType UnderlyingType = T->getDecl()->getUnderlyingType();
1035 VisitQualifiers(UnderlyingType.getQualifiers());
1038 dyn_cast<TypedefType>(UnderlyingType.getTypePtr())) {
1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType();
1043 dyn_cast<ElaboratedType>(UnderlyingType.getTypePtr())) {
1044 UnderlyingType = Underlying->getNamedType();
1050 AddType(UnderlyingType.getTypePtr())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 523 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
526 UnderlyingType(UnderlyingType) {}
528 TypeIndex getUnderlyingType() const { return UnderlyingType; }
530 TypeIndex UnderlyingType;

Completed in 36 milliseconds