Home
last modified time | relevance | path

Searched refs:isDependentType (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp399 if (!AwaitReady->getType()->isDependentType()) { in buildCoawaitCalls()
425 if (!AwaitSuspend->getType()->isDependentType()) { in buildCoawaitCalls()
484 MD->getThisType()->isDependentType(); in buildCoroutinePromise()
488 QualType T = FD->getType()->isDependentType() || IsThisDependentType in buildCoroutinePromise()
524 if (PD->getType()->isDependentType()) in buildCoroutinePromise()
845 if (Promise->getType()->isDependentType()) { in BuildUnresolvedCoawaitExpr()
883 if (Awaiter->getType()->isDependentType()) { in BuildResolvedCoawaitExpr()
947 if (E->getType()->isDependentType()) { in BuildCoyieldExpr()
1163 Fn.CoroutinePromise->getType()->isDependentType()) { in CoroutineStmtBuilder()
1303 if (PD->getType()->isDependentType()) in collectPlacementArgs()
[all …]
HDSemaCXXScopeSpec.cpp47 if (!T->isDependentType()) in computeDeclContext()
336 if (T->isDependentType()) in isAcceptableNestedNameSpecifier()
431 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
798 if (!T->isDependentType() && !T->getAs<TagType>()) { in ActOnCXXNestedNameSpecifierDecltype()
919 if (!T->isDependentType() && !T->getAs<TagType>()) { in ActOnCXXNestedNameSpecifier()
HDSemaObjC.cpp101 if (!FirstType->isDependentType() && in ActOnObjCForCollectionStmt()
257 if (!ThrowType->isDependentType() && in BuildObjCAtThrowStmt()
295 if (!type->isDependentType() && !type->isObjCObjectPointerType()) { in ActOnObjCAtSynchronizedOperand()
679 if (typeArg->isDependentType()) { in applyObjCTypeArgs()
1719 return QT->isDependentType() || QT->isObjCRetainableType(); in isValidSubjectOfNSReturnsRetainedAttribute()
1723 return QT->isDependentType() || QT->isObjCObjectPointerType() || in isValidSubjectOfNSAttribute()
1728 return QT->isDependentType() || QT->isPointerType() || in isValidSubjectOfCFAttribute()
1733 if (QT->isDependentType()) in isValidSubjectOfOSAttribute()
2152 if (!QT->isDependentType() && !QT->isObjCLifetimeType()) { in handlePreciseLifetimeAttr()
2161 if (Lifetime == Qualifiers::OCL_None && !QT->isDependentType()) in handlePreciseLifetimeAttr()
[all …]
HDSemaStmtAsm.cpp449 if (Ty->isDependentType()) in ActOnGCCAsmStmt()
541 if (Ty->isDependentType() || Ty->isIncompleteType()) in ActOnGCCAsmStmt()
754 if (T->isFunctionType() || T->isDependentType()) in FillInlineAsmIdentifierInfo()
806 if (T->isDependentType()) { in LookupInlineAsmIdentifier()
896 if (T->isDependentType()) { in LookupInlineAsmVarDeclField()
HDSemaExprCXX.cpp196 if (SearchType.isNull() || SearchType->isDependentType()) in getDestructorName()
263 IsDependent |= SearchType->isDependentType(); in getDestructorName()
484 if (!SearchType.isNull() && !SearchType->isDependentType() && in getDestructorTypeForDecltype()
749 if (!Operand->getType()->isDependentType()) { in BuildCXXUuidof()
766 if (!E->getType()->isDependentType()) { in BuildCXXUuidof()
1485 Ty->getParamType(0)->isDependentType(); in MarkThisReferenced()
1616 if (Ty->isDependentType() || CallExpr::hasAnyTypeDependentArguments(Exprs)) in BuildCXXTypeConstructExpr()
2286 if (!AllocType->isDependentType()) { in BuildCXXNew()
2313 AllocType->isDependentType() ? 0 : Context.getTypeAlign(AllocType); in BuildCXXNew()
2322 if (!AllocType->isDependentType() && in BuildCXXNew()
[all …]
HDSemaPPC.cpp415 if ((!Arg1Ty->isVectorType() && !Arg1Ty->isDependentType()) || in BuiltinVSX()
416 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in BuiltinVSX()
HDSemaExprMember.cpp583 assert(BaseType->isDependentType() || NameInfo.getName().isDependentName() || in ActOnDependentMemberExpr()
625 assert(BaseType->isDependentType()); in CheckQualifiedMemberReference()
711 if (!RTy->isDependentType() && in LookupMemberExprInRecord()
991 : BaseExprType->isDependentType()))) in BuildMemberReferenceExpr()
1004 ? !BaseType->isDependentType() || computeDeclContext(BaseType) in BuildMemberReferenceExpr()
1316 else if (BaseType->isDependentType()) in LookupMemberExpr()
1366 } else if (BaseType->isDependentType()) { in LookupMemberExpr()
HDSemaSwift.cpp45 return Ty->isDependentType(); in isValidSwiftContextType()
56 return Ty->isDependentType(); in isValidSwiftIndirectResultType()
68 return Ty->isDependentType(); in isValidSwiftErrorResultType()
HDSemaDecl.cpp167 if (!TST || !TST->isDependentType()) in lookupUnqualifiedTypeNameInBase()
1950 WithinFunction || (R->isLocalClass() && !R->isDependentType()); in ShouldDiagnoseUnusedDecl()
1987 if (Ty->isIncompleteType() || Ty->isDependentType()) in ShouldDiagnoseUnusedDecl()
2055 if (D->getTypeForDecl()->isDependentType()) in DiagnoseUnusedNestedTypedefs()
2110 if (Ty->isReferenceType() || Ty->isDependentType()) in DiagnoseUnusedButSetDecl()
2453 !OldType->isDependentType() && in isIncompatibleTypedef()
2454 !NewType->isDependentType() && in isIncompatibleTypedef()
4369 if (!NewArray->isIncompleteArrayType() && !NewArray->isDependentType()) { in MergeVarDeclTypes()
4373 if (PrevVDTy->isIncompleteArrayType() || PrevVDTy->isDependentType()) in MergeVarDeclTypes()
4412 if ((New->getType()->isDependentType() || in MergeVarDeclTypes()
[all …]
HDSemaAccess.cpp329 assert(T->isDependentType() && "non-dependent base wasn't a record?"); in IsDerivedFromInclusive()
375 if (!Friend->isDependentType() && !Context->isDependentType()) in MightInstantiateTo()
451 if (Friend->isDependentType()) in MatchesFriend()
682 assert(T->isDependentType() && "non-dependent base wasn't a record?"); in findFriendship()
HDSemaDeclCXX.cpp1528 if (DecompType->isDependentType()) { in CheckCompleteDecompositionDeclaration()
1680 if (T->isDependentType()) in CheckLiteralType()
1969 if (!VD->getType()->isDependentType() && in CheckConstexprDeclStmt()
2459 Dcl->getReturnType()->isDependentType(); in CheckConstexprMissingReturn()
2725 } else if (BaseType->isDependentType()) { in CheckBaseSpecifier()
2871 if (NewBaseType->isDependentType()) in AttachBaseSpecifiers()
2905 if (BaseType->isDependentType()) in AttachBaseSpecifiers()
3153 MD->getType()->isDependentType())) in CheckOverrideControl()
4107 if (!FD->getType()->isDependentType() && !Init.get()->isTypeDependent()) { in ActOnFinishCXXInClassMemberInitializer()
4499 if (Member->getType()->isDependentType() || Init->isTypeDependent()) { in BuildMemberInitializer()
[all …]
HDSemaType.cpp1233 if (!Result->isDependentType()) in ConvertDeclSpecToType()
1553 if (T->isDependentType()) in isDependentOrGNUAutoType()
1776 if (!PointeeType->isUndeducedAutoType() && !PointeeType->isDependentType() && in deduceOpenCLPointeeAddrSpace()
2012 if (EltTy->isIncompleteType() || EltTy->isDependentType() || in checkArrayElementAlignment()
2063 if (!MPTy->getClass()->isDependentType()) in BuildArrayType()
2209 } else if (!T->isDependentType() && !T->isIncompleteType() && in BuildArrayType()
2244 (!T->isDependentType() && !T->isVariablyModifiedType() && in BuildArrayType()
2299 if ((!CurType->isDependentType() && in BuildVectorType()
2330 if (CurType->isDependentType()) in BuildVectorType()
2378 if ((!T->isDependentType() && !T->isIntegerType() && in BuildExtVectorType()
[all …]
HDSemaOpenACC.cpp1162 return Ty->isDependentType() || Ty->isScalarType(); in CheckReductionVar()
1352 if (Ty->isDependentType()) in CheckVarIsPointerType()
1512 (!OriginalBaseTy->isDependentType() && in ActOnArraySectionExpr()
HDSemaLambda.cpp397 if (Method->getType()->isDependentType()) in DiagnoseInvalidExplicitObjectParameterInLambda()
514 if (!LSI->ReturnType->isDependentType() && !LSI->ReturnType->isVoidType()) in buildLambdaScopeReturnType()
733 if (CSI.ReturnType->isDependentType()) in deduceClosureReturnType()
2043 if (!FieldType->isDependentType()) { in BuildCaptureField()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransARCAssign.cpp42 if (Exp->getType()->isDependentType()) in VisitBinaryOperator()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp197 if (!E->getType()->isDependentType()) in computeDependence()
267 if (!E->getType()->isDependentType()) in computeDependence()
532 if (Type->isDependentType()) in computeDependence()
546 if (T->isDependentType()) in computeDependence()
643 if (E->getType()->isDependentType()) in computeDependence()
689 if (!E->getType()->isDependentType()) in computeDependence()
HDCXXInheritance.cpp179 if (!LookupInDependent && BaseType->isDependentType()) in lookupInBases()
688 assert(!I.getType()->isDependentType() && in AddIndirectPrimaryBases()
710 assert(!I.getType()->isDependentType() && in getIndirectPrimaryBases()
HDASTImporterLookupTable.cpp58 if (!Ty->isDependentType()) { in VisitFriendDecl()
HDType.cpp1278 T->isDependentType(), /*IsPack=*/false, in SUGARED_TYPE_CLASS()
2354 assert(!isDependentType() && "This doesn't make sense for dependent types"); in isConstantSizeType()
2412 if (ClassTy->isDependentType()) in isIncompleteType()
2672 if (CanonicalType->isDependentType()) in isTrivialType()
2719 if (CanonicalType->isDependentType()) in isTriviallyCopyableTypeImpl()
2890 if (isDependentType()) in isLiteralType()
2971 if (isDependentType()) in isStandardLayoutType()
3008 if (ty->isDependentType()) in isCXX11PODType()
3479 (!getTypePtr()->isDependentType() && !getTypePtr()->isRecordType())) in getNonLValueExprType()
3631 } else if (getCanonicalTypeInternal()->isDependentType()) { in FunctionProtoType()
[all …]
HDDeclarationName.cpp218 if (!T.isNull() && T->isDependentType()) in isDependentName()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td518 node->isDependentType() ? 1 : 0 }];
540 ? false : node->isDependentType() }];
552 let Read = [{ node->isDependentType() }];
709 let Read = [{ node->isDependentType() }];
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDASTOps.cpp62 if (Type->isIncompleteType() || Type->isDependentType() || in getFieldsFromClassHierarchy()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDPaddingChecker.cpp164 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDInterfaceStubFunctionsConsumer.cpp216 if (VD->isTemplated() || VD->getType()->isDependentType()) in HandleNamedDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp69 return !Ty->isDependentType() && !Ty->isUndeducedType(); in CanRepresent()

123