| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 25 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); in getUnderlyingTypeDecl() 53 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); in getSymbolReferenceForType()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BoolAssignmentChecker.cpp | 49 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 118 const auto *TT = dyn_cast<TypedefType>(ET->getNamedType()); in isGlobalConstString() 143 } else if (auto *T = Ty->getAs<TypedefType>()) { in isNonnullType()
|
| H A D | LLVMConventionsChecker.cpp | 53 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
|
| H A D | NSErrorChecker.cpp | 317 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
|
| H A D | StackAddrEscapeChecker.cpp | 129 const auto *T = C.getVariable()->getType()->getAs<TypedefType>(); in isSemaphoreCaptured()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 26 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 354 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() 497 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() 554 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef()
|
| H A D | QualTypeNames.cpp | 250 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier() 322 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
|
| H A D | ASTImporterLookupTable.cpp | 67 } else if (isa<TypedefType>(Ty)) { in VisitFriendDecl()
|
| H A D | Type.cpp | 119 ND = ty->castAs<TypedefType>()->getDecl(); in getBaseTypeIdentifier() 626 template <> const TypedefType *Type::getAs() const { in getAs() 627 return getAsSugar<TypedefType>(this); in getAs() 4034 TypedefType::TypedefType(TypeClass tc, const TypedefNameDecl *D, in TypedefType() function in TypedefType 4044 QualType TypedefType::desugar() const { in desugar() 5179 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() 5185 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType()
|
| H A D | ASTStructuralEquivalence.cpp | 1225 if (!IsStructurallyEquivalent(Context, cast<TypedefType>(T1)->getDecl(), in IsStructurallyEquivalent() 1226 cast<TypedefType>(T2)->getDecl()) || in IsStructurallyEquivalent() 1227 !IsStructurallyEquivalent(Context, cast<TypedefType>(T1)->desugar(), in IsStructurallyEquivalent() 1228 cast<TypedefType>(T2)->desugar())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 916 const auto *TypedefT = dyn_cast<TypedefType>(T); in RemoveTypedef() 1216 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType()
|
| H A D | ODRDiagsEmitter.cpp | 252 TypedefType, in diagnoseSubMismatchTypedef() enumerator 279 DiagError(TypedefType) << IsTypeAlias << FirstName << FirstType; in diagnoseSubMismatchTypedef() 280 DiagNote(TypedefType) << IsTypeAlias << SecondName << SecondType; in diagnoseSubMismatchTypedef()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 148 if (const TypedefType *typedef_type = in AddTypeDecl() 149 llvm::dyn_cast<TypedefType>(qual_type)) { in AddTypeDecl()
|
| H A D | ClangASTImporter.cpp | 406 llvm::cast<clang::TypedefType>(qual_type) in CanImport() 480 llvm::cast<clang::TypedefType>(qual_type) in Import()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefMemberChecker.cpp | 298 auto Typedef = MemberType->getAs<TypedefType>(); in reportBug() 377 if (!isa<ObjCObjectPointerType>(T) && T->getAs<TypedefType>()) { in printPointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar 82 def TypedefType : TypeNode<Type>, NeverCanonical;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBPF.cpp | 55 if (ArgType->getAs<TypedefType>()) in isValidPreserveTypeInfoArg()
|
| H A D | HeuristicResolver.cpp | 516 if (const auto *T = NakedFn->getType().getTypePtr()->getAs<TypedefType>()) { in getFunctionProtoTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 380 void VisitTypedefType(const TypedefType *T) { AddDecl(T->getDecl()); } in VisitTypedefType()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 470 if (const auto* TT = Loc.getType()->getAs<clang::TypedefType>()) in getSupportedDeclFromTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 337 void VisitTypedefType(const TypedefType *T);
|
| H A D | JSONNodeDumper.h | 222 void VisitTypedefType(const TypedefType *TT);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 128 while (auto *TT = QTy->getAs<TypedefType>()) { in TypeHasMayAlias()
|