Searched refs:getUnderlyingType (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtIterator.cpp82 FindVA(TD->getUnderlyingType().getTypePtr())) {
H A DASTImporter.cpp624 cast<TypeOfType>(T1)->getUnderlyingType(),
625 cast<TypeOfType>(T2)->getUnderlyingType()))
631 cast<UnaryTransformType>(T1)->getUnderlyingType(),
632 cast<UnaryTransformType>(T1)->getUnderlyingType()))
1360 Typedef1->getUnderlyingType(),
1361 Typedef2->getUnderlyingType()))
1671 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
1684 QualType UnderlyingType = Importer.Import(T->getUnderlyingType());
1693 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
2340 if (Importer.IsStructurallyEquivalent(D->getUnderlyingType(),
[all...]
H A DType.cpp1758 return getDecl()->getUnderlyingType();
1801 return getUnderlyingType();
H A DDeclPrinter.cpp130 return TDD->getUnderlyingType();
H A DTypePrinter.cpp762 print(T->getUnderlyingType(), OS, StringRef());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp35 RetTy = TD->getDecl()->getUnderlyingType();
H A DFormatString.cpp851 QualType T = Typedef->getUnderlyingType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp138 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
139 TD->getUnderlyingType()->isFunctionType()))
H A DSemaStmtAsm.cpp446 RT = TD->getUnderlyingType()->getAs<RecordType>();
H A DJumpDiagnostics.cpp222 if (TD->getUnderlyingType()->isVariablyModifiedType())
227 if (TD->getUnderlyingType()->isVariablyModifiedType())
H A DSemaCXXScopeSpec.cpp268 if (TD->getUnderlyingType()->isRecordType() ||
270 TD->getUnderlyingType()->isEnumeralType()))
H A DSemaDeclObjC.cpp537 QualType T = TDecl->getUnderlyingType();
607 QualType T = TDecl->getUnderlyingType();
636 QualType T = TDecl->getUnderlyingType();
1964 if (!TDD || !TDD->getUnderlyingType()->isObjCObjectType()) {
1972 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) {
H A DSemaExprObjC.cpp3170 QualType QT = TDNDecl->getUnderlyingType();
3219 T = TDNDecl->getUnderlyingType();
3265 T = TDNDecl->getUnderlyingType();
H A DSemaDeclAttr.cpp75 Ty = decl->getUnderlyingType();
2502 QualType T = TD->getUnderlyingType();
3246 if (TD && TD->getUnderlyingType()->isUnionType())
3247 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl();
3551 OldTy = TD->getUnderlyingType();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp143 return GetCompleteQualType (ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType(), allow_completion);
214 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
270 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsArrayType (element_type_ptr,
390 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionType();
454 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionPointerType();
531 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerType(pointee_type);
590 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerOrReferenceType(pointee_type);
624 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsReferenceType(pointee_type);
807 cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPossibleDynamicType (dynamic_pointee_type,
1301 return eTypeIsTypedef | ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType())
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h584 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
590 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
597 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
H A DTypeLoc.h1558 QualType getUnderlyingType() const {
1559 return this->getTypePtr()->getUnderlyingType();
H A DRecursiveASTVisitor.h942 TRY_TO(TraverseType(T->getUnderlyingType()));
951 TRY_TO(TraverseType(T->getUnderlyingType()));
H A DType.h3201 QualType getUnderlyingType() const { return TOType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3204 QualType desugar() const { return getUnderlyingType(); }
3222 QualType getUnderlyingType() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DecltypeType
3275 QualType getUnderlyingType() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp358 const Type *TypeNode = DeclNode->getUnderlyingType().getTypePtr();
659 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp932 T = TD->getDecl()->getUnderlyingType();
1239 Ty = TD->getDecl()->getUnderlyingType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp228 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
230 else if (TD->getUnderlyingType()->isFunctionPointerType())
231 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
2280 Type = TD->getUnderlyingType();
5090 DeclT = TDD->getUnderlyingType();
5826 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5828 else if (TD->getUnderlyingType()->isFunctionPointerType())
5829 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
6006 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
6008 else if (TD->getUnderlyingType()
[all...]
H A DRewriteObjC.cpp4128 DeclT = TDD->getUnderlyingType();
4819 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4821 else if (TD->getUnderlyingType()->isFunctionPointerType())
4822 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4995 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4997 else if (TD->getUnderlyingType()->isFunctionPointerType())
4998 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp734 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
1919 T = cast<TypeOfType>(T)->getUnderlyingType();
1922 T = cast<DecltypeType>(T)->getUnderlyingType();
1925 T = cast<UnaryTransformType>(T)->getUnderlyingType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1381 static QualType getUnderlyingType(const SubRegion *R) { function
1412 QualType RegionTy = getUnderlyingType(R);

Completed in 503 milliseconds

12