/external/llvm-project/clang-tools-extra/clang-tidy/cert/ |
D | PostfixOperatorCheck.cpp | 51 if (Location.isMacroID() || ReturnType->getAs<TypedefType>() || in check() 52 RefType->getPointeeTypeAsWritten()->getAs<TypedefType>()) in check() 78 if (!Location.isMacroID() && !ReturnType->getAs<TypedefType>()) in check()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 27 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
|
/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 28 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
|
D | FormatString.cpp | 908 assert(isa<TypedefType>(QT) && "Expected a TypedefType"); in namedTypeToLengthModifier() 909 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() 932 if (!isa<TypedefType>(T)) in namedTypeToLengthModifier() 935 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | BoolAssignmentChecker.cpp | 47 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
|
D | NonnullGlobalConstantsChecker.cpp | 112 if (const auto *TT = dyn_cast<TypedefType>(T)) { in isGlobalConstString() 139 } else if (auto *T = dyn_cast<TypedefType>(Ty)) { in isNonnullType()
|
D | LLVMConventionsChecker.cpp | 53 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
|
D | NSErrorChecker.cpp | 316 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
|
D | FuchsiaHandleChecker.cpp | 236 if (const auto *HandleType = S->getType()->getAs<TypedefType>()) in VisitSymbol() 266 if (const auto *HandleType = QT->getAs<TypedefType>()) { in getFuchsiaHandleSymbols() 353 if (const auto *TypeDefTy = FuncDecl->getReturnType()->getAs<TypedefType>()) in checkPostCall()
|
/external/clang/lib/AST/ |
D | NSAPI.cpp | 395 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() 490 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() 547 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BoolAssignmentChecker.cpp | 46 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
|
D | NSErrorChecker.cpp | 306 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
|
D | LLVMConventionsChecker.cpp | 55 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
|
/external/llvm-project/clang/lib/AST/ |
D | NSAPI.cpp | 383 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() 516 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() 573 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef()
|
D | FormatString.cpp | 979 assert(isa<TypedefType>(QT) && "Expected a TypedefType"); in namedTypeToLengthModifier() 980 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() 1003 if (!isa<TypedefType>(T)) in namedTypeToLengthModifier() 1006 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
|
D | QualTypeNames.cpp | 251 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier() 323 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | NameSearchContext.cpp | 148 if (const TypedefType *typedef_type = in AddTypeDecl() 149 llvm::dyn_cast<TypedefType>(qual_type)) { in AddTypeDecl()
|
/external/bcc/src/cc/ |
D | json_map_decl_visitor.cc | 41 bool VisitTypedefType(const clang::TypedefType *T); 179 bool BMapDeclVisitor::VisitTypedefType(const TypedefType *T) { return TraverseDecl(T->getDecl()); } in VisitTypedefType()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | RenamerClangTidyCheck.cpp | 415 if (const auto *Typedef = TypePtr->getAs<TypedefType>()) in check() 424 Value->getReturnType().getTypePtr()->getAs<TypedefType>()) in check() 428 if (const TypedefType *Typedef = in check() 429 Param->getType().getTypePtr()->getAs<TypedefType>()) in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
D | TypeMismatchCheck.cpp | 210 static bool isTypedefTypeMatching(const TypedefType *const Typedef, in isTypedefTypeMatching() 312 if (const auto *Typedef = BT->getAs<TypedefType>()) { in checkArguments()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 81 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { in TypeHasMayAlias()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | CopyConstructorInitCheck.cpp | 55 ShouldNotDoFixit = ShouldNotDoFixit || isa<TypedefType>(BaseType); in check()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TypeNodes.td | 49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar 80 def TypedefType : TypeNode<Type>, NeverCanonical;
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | NamedParameterCheck.cpp | 65 if (auto Typedef = Parm->getType()->getAs<clang::TypedefType>()) in check()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 267 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier() 339 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()
|