| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 28 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | NSAPI.cpp | 395 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() 518 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() 575 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef()
|
| H A D | FormatString.cpp | 963 assert(isa<TypedefType>(QT) && "Expected a TypedefType"); in namedTypeToLengthModifier() 964 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() 987 if (!isa<TypedefType>(T)) in namedTypeToLengthModifier() 990 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
|
| H A D | QualTypeNames.cpp | 254 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier() 326 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
|
| H A D | ODRHash.cpp | 948 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() 953 if (const TypedefType *Underlying = in VisitTypedefType() 954 dyn_cast<TypedefType>(UnderlyingType.getTypePtr())) { in VisitTypedefType()
|
| H A D | PrintfFormatString.cpp | 796 if (isa<TypedefType>(QT) && (LangOpt.C99 || LangOpt.CPlusPlus11)) in fixType() 826 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()
|
| H A D | Type.cpp | 81 ND = ty->getAs<TypedefType>()->getDecl(); in getBaseTypeIdentifier() 404 template <> const TypedefType *Type::getAs() const { in getAs() 405 return getAsSugar<TypedefType>(this); in getAs() 3081 QualType TypedefType::desugar() const { in desugar() 3905 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() 3916 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType()
|
| H A D | ScanfFormatString.cpp | 501 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11)) in fixType()
|
| H A D | ASTStructuralEquivalence.cpp | 573 if (!IsStructurallyEquivalent(Context, cast<TypedefType>(T1)->getDecl(), in IsStructurallyEquivalent() 574 cast<TypedefType>(T2)->getDecl())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 957 void TypePrinter::printTypedefBefore(const TypedefType *T, raw_ostream &OS) { in printTypedefBefore() 961 void TypePrinter::printTypedefAfter(const TypedefType *T, raw_ostream &OS) {} in printTypedefAfter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 110 while (auto *T = dyn_cast<TypedefType>(Ty)) { in isGlobalConstString() 131 } else if (auto *T = dyn_cast<TypedefType>(Ty)) { in isNonnullType()
|
| H A D | BoolAssignmentChecker.cpp | 46 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
|
| H A D | NSErrorChecker.cpp | 305 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
|
| H A D | LLVMConventionsChecker.cpp | 54 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
|
| H A D | StackAddrEscapeChecker.cpp | 130 const auto *T = C.getVariable()->getType()->getAs<TypedefType>(); in isSemaphoreCaptured()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 2971 return IsArrayType(llvm::cast<clang::TypedefType>(qual_type) in IsArrayType() 4017 const clang::TypedefType *typedef_type = in GetTypeName() 4018 qual_type->getAs<clang::TypedefType>(); in GetTypeName() 4222 llvm::cast<clang::TypedefType>(qual_type) in GetTypeInfo() 4995 const clang::TypedefType *typedef_type = in GetTypedefedType() 4996 llvm::dyn_cast<clang::TypedefType>(GetQualType(type)); in GetTypedefedType() 7857 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() 9352 llvm::cast<clang::TypedefType>(qual_type) in DumpValue() 9482 llvm::cast<clang::TypedefType>(qual_type) in DumpTypeValue() 9701 const clang::TypedefType *typedef_type = in DumpTypeDescription() [all …]
|
| H A D | ClangASTImporter.cpp | 367 llvm::cast<clang::TypedefType>(qual_type) in CanImport() 443 llvm::cast<clang::TypedefType>(qual_type) in Import()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 86 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { in TypeHasMayAlias()
|
| H A D | CGDebugInfo.h | 153 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 282 void VisitTypedefType(const TypedefType *T);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 506 if (!isa<TypedefType>(RT)) { in rewriteToObjCProperty() 1056 while (const TypedefType *TD = dyn_cast<TypedefType>(T.getTypePtr())) in TypeIsInnerPointer() 1359 while (const TypedefType *TD = dyn_cast<TypedefType>(Ty.getTypePtr())) in IsVoidStarType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 453 if (const auto* TT = Loc.getType()->getAs<clang::TypedefType>()) in getSupportedDeclFromTypeLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 3624 static inline T *getObjCBridgeAttr(const TypedefType *TD) { in getObjCBridgeAttr() 3638 while (const TypedefType *TD = dyn_cast<TypedefType>(T.getTypePtr())) { in ObjCBridgeRelatedAttrFromType() 3785 while (const TypedefType *TD = dyn_cast<TypedefType>(T.getTypePtr())) { in CheckObjCBridgeNSCast() 3851 while (const TypedefType *TD = dyn_cast<TypedefType>(T.getTypePtr())) { in CheckObjCBridgeCFCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 798 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized() 1120 TemplateSpecializationType, TemplateTypeParmType, TypedefType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 36 if (!PT.isNull() && !QT->getAs<TypedefType>()) in getPrettyTypeName()
|