Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.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 …]
H A DSemaCXXScopeSpec.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()
H A DSemaObjC.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 …]
H A DSemaStmtAsm.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()
H A DSemaExprCXX.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 …]
H A DSemaPPC.cpp415 if ((!Arg1Ty->isVectorType() && !Arg1Ty->isDependentType()) || in BuiltinVSX()
416 (!Arg2Ty->isVectorType() && !Arg2Ty->isDependentType())) { in BuiltinVSX()
H A DSemaExprMember.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()
H A DSemaSwift.cpp45 return Ty->isDependentType(); in isValidSwiftContextType()
56 return Ty->isDependentType(); in isValidSwiftIndirectResultType()
68 return Ty->isDependentType(); in isValidSwiftErrorResultType()
H A DSemaDecl.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 …]
H A DSemaAccess.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()
H A DSemaDeclCXX.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() || Ini in BuildMemberInitializer()
[all...]
H A DSemaType.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 …]
H A DSemaOpenACC.cpp1162 return Ty->isDependentType() || Ty->isScalarType(); in CheckReductionVar()
1352 if (Ty->isDependentType()) in CheckVarIsPointerType()
1512 (!OriginalBaseTy->isDependentType() && in ActOnArraySectionExpr()
H A DSemaLambda.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()
H A DSemaStmt.cpp484 if (CondType->isDependentType() || E->isTypeDependent()) in ActOnCaseExpr()
2620 if (RangeVarType->isDependentType()) { in BuildCXXForRangeStmt()
3334 if (!ReturnType->isDependentType()) { in getCopyElisionCandidate()
3343 if (!VDType->isDependentType() && in getCopyElisionCandidate()
3518 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()
3608 R->isDependentType()) in VisitRecordType()
3891 bool HasDependentReturnType = FnRetType->isDependentType(); in BuildReturnStmt()
4341 if (!FTy->isIntegerType() && !FTy->isDependentType()) { in ActOnSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp42 if (Exp->getType()->isDependentType()) in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.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()
H A DCXXInheritance.cpp179 if (!LookupInDependent && BaseType->isDependentType()) in lookupInBases()
688 assert(!I.getType()->isDependentType() && in AddIndirectPrimaryBases()
710 assert(!I.getType()->isDependentType() && in getIndirectPrimaryBases()
H A DASTImporterLookupTable.cpp58 if (!Ty->isDependentType()) { in VisitFriendDecl()
H A DType.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 …]
H A DDeclarationName.cpp218 if (!T.isNull() && T->isDependentType()) in isDependentName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td518 node->isDependentType() ? 1 : 0 }];
540 ? false : node->isDependentType() }];
552 let Read = [{ node->isDependentType() }];
709 let Read = [{ node->isDependentType() }];
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp62 if (Type->isIncompleteType() || Type->isDependentType() || in getFieldsFromClassHierarchy()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp164 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp216 if (VD->isTemplated() || VD->getType()->isDependentType()) in HandleNamedDecl()

123