Home
last modified time | relevance | path

Searched refs:TypedefType (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DPostfixOperatorCheck.cpp51 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/
DCocoaConventions.cpp27 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
/external/clang/lib/Analysis/
DCocoaConventions.cpp28 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType()
DFormatString.cpp908 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/
DBoolAssignmentChecker.cpp47 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
DNonnullGlobalConstantsChecker.cpp112 if (const auto *TT = dyn_cast<TypedefType>(T)) { in isGlobalConstString()
139 } else if (auto *T = dyn_cast<TypedefType>(Ty)) { in isNonnullType()
DLLVMConventionsChecker.cpp53 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
DNSErrorChecker.cpp316 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
DFuchsiaHandleChecker.cpp236 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/
DNSAPI.cpp395 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/
DBoolAssignmentChecker.cpp46 if (const TypedefType *TT = Ty->getAs<TypedefType>()) in isBooleanType()
DNSErrorChecker.cpp306 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()
DLLVMConventionsChecker.cpp55 const TypedefType *TT = T->getAs<TypedefType>(); in IsStdString()
/external/llvm-project/clang/lib/AST/
DNSAPI.cpp383 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()
DFormatString.cpp979 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()
DQualTypeNames.cpp251 } 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/
DNameSearchContext.cpp148 if (const TypedefType *typedef_type = in AddTypeDecl()
149 llvm::dyn_cast<TypedefType>(qual_type)) { in AddTypeDecl()
/external/bcc/src/cc/
Djson_map_decl_visitor.cc41 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/
DRenamerClangTidyCheck.cpp415 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/
DTypeMismatchCheck.cpp210 static bool isTypedefTypeMatching(const TypedefType *const Typedef, in isTypedefTypeMatching()
312 if (const auto *Typedef = BT->getAs<TypedefType>()) { in checkArguments()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp81 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { in TypeHasMayAlias()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DCopyConstructorInitCheck.cpp55 ShouldNotDoFixit = ShouldNotDoFixit || isa<TypedefType>(BaseType); in check()
/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td49 /// 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/
DNamedParameterCheck.cpp65 if (auto Typedef = Parm->getType()->getAs<clang::TypedefType>()) in check()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp267 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier()
339 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()

123456