HomeSort by: relevance | last modified time | path
    Searched refs:isDependentType (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransARCAssign.cpp 42 if (Exp->getType()->isDependentType())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 449 if (!AwaitReady->getType()->isDependentType()) {
475 if (!AwaitSuspend->getType()->isDependentType()) {
533 return MD->isInstance() && MD->getThisType()->isDependentType();
538 QualType T = FD->getType()->isDependentType() || IsThisDependentType
574 if (PD->getType()->isDependentType())
856 if (Promise->getType()->isDependentType()) {
892 if (E->getType()->isDependentType()) {
953 if (E->getType()->isDependentType()) {
1129 Fn.CoroutinePromise->getType()->isDependentType()) {
1299 if (PD->getType()->isDependentType())
    [all...]
SemaCXXScopeSpec.cpp 54 if (!T->isDependentType())
331 if (T->isDependentType())
397 isDependent = ObjectType->isDependentType();
506 isDependent = ObjectType->isDependentType();
858 if (!T->isDependentType() && !T->getAs<TagType>()) {
962 if (!T->isDependentType() && !T->getAs<TagType>()) {
SemaStmtAsm.cpp 440 if (Ty->isDependentType())
532 if (Ty->isDependentType() || Ty->isIncompleteType())
736 if (T->isFunctionType() || T->isDependentType())
788 if (T->isDependentType()) {
878 if (T->isDependentType()) {
SemaExprCXX.cpp 189 if (SearchType.isNull() || SearchType->isDependentType())
255 IsDependent |= SearchType->isDependentType();
476 if (!SearchType.isNull() && !SearchType->isDependentType() &&
721 if (!Operand->getType()->isDependentType()) {
739 if (!E->getType()->isDependentType()) {
1462 if (Ty->isDependentType() || CallExpr::hasAnyTypeDependentArguments(Exprs)) {
2137 if (!AllocType->isDependentType()) {
2165 AllocType->isDependentType() ? 0 : Context.getTypeAlign(AllocType);
2171 if (!AllocType->isDependentType() &&
2182 if (ArraySize && !AllocType->isDependentType())
    [all...]
SemaDecl.cpp 196 if (!TST || !TST->isDependentType())
1787 WithinFunction || (R->isLocalClass() && !R->isDependentType());
1812 if (Ty->isIncompleteType() || Ty->isDependentType())
1871 if (D->getTypeForDecl()->isDependentType())
2214 !OldType->isDependentType() &&
2215 !NewType->isDependentType() &&
3534 OldAT->isDependentType() ? Context.DependentTy
3538 OldAT->isDependentType() ? Context.DependentTy
3934 if (!NewArray->isIncompleteArrayType() && !NewArray->isDependentType()) {
3938 if (PrevVDTy->isIncompleteArrayType() || PrevVDTy->isDependentType())
    [all...]
SemaAccess.cpp 321 assert(T->isDependentType() && "non-dependent base wasn't a record?");
367 if (!Friend->isDependentType() && !Context->isDependentType())
443 if (Friend->isDependentType())
674 assert(T->isDependentType() && "non-dependent base wasn't a record?");
SemaExprMember.cpp 504 assert(BaseType->isDependentType() ||
555 assert(BaseType->isDependentType());
750 if (BaseType->isDependentType() ||
1255 assert(!BaseType->isDependentType());
1717 if (Base->getType()->isDependentType() || Name.isDependentName() ||
SemaDeclCXX.cpp 1477 if (DecompType->isDependentType()) {
1636 if (T->isDependentType())
1905 if (!VD->getType()->isDependentType() &&
2302 Dcl->getReturnType()->isDependentType());
2492 if (BaseType->isDependentType()) {
2517 if (!Class->getTypeForDecl()->isDependentType())
2762 if (BaseType->isDependentType())
3043 MD->getType()->isDependentType()))
4005 if (!FD->getType()->isDependentType() && !InitExpr->isTypeDependent()) {
4353 if (Member->getType()->isDependentType() || Init->isTypeDependent())
    [all...]
SemaStmt.cpp 461 if (CondType->isDependentType() || E->isTypeDependent())
2306 if (!FirstType->isDependentType() &&
2721 if (RangeVarType->isDependentType()) {
3350 if (!ReturnType.isNull() && !ReturnType->isDependentType()) {
3355 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() &&
3398 if (!VDType->isDependentType() && VD->hasAttr<AlignedAttr>() &&
3697 if (FnRetType->isDependentType()) {
3786 R->isDependentType())
4020 bool HasDependentReturnType = FnRetType->isDependentType();
4231 if (!ThrowType->isDependentType() &
    [all...]
SemaType.cpp 1008 if (typeArg->isDependentType()) {
1606 if (!Result->isDependentType())
1879 } else if (!T->isDependentType()) {
2060 if (!PointeeType->isUndeducedAutoType() && !PointeeType->isDependentType() &&
2360 if (!MPTy->getClass()->isDependentType())
2460 } else if (!T->isDependentType() && !T->isIncompleteType() &&
2495 (!T->isDependentType() && !T->isVariablyModifiedType() &&
2546 if ((!CurType->isDependentType() &&
2566 if (CurType->isDependentType())
2614 if ((!T->isDependentType() && !T->isIntegerType() &
    [all...]
SemaDeclAttr.cpp 721 if (!QT->isDependentType() && !typeHasCapability(S, QT)) {
1305 bool BitfieldByteAligned = (!FD->getType()->isDependentType() &&
1511 if (T->isDependentType() || S.isValidPointerAttrType(T))
1636 if (!ResultType->isDependentType() &&
1650 if (!Ty->isDependentType() && !Ty->isIntegralType(Context) &&
3827 if (!T->isDependentType() && !T->isAnyPointerType() &&
3927 if (!TND->getUnderlyingType()->isDependentType()) {
4010 if (DiagTy->isDependentType() || DiagTy->isIncompleteType())
4207 if (OldTy->isDependentType()) {
4843 return Ty->isDependentType();
    [all...]
SemaTemplateDeduction.cpp 1518 !DeducedType->isDependentType()) {
1590 if (!Param->isDependentType()) {
1602 } else if (!Param->isDependentType()) {
3984 if (ElTy->isDependentType()) {
4756 (Type.getType()->isDependentType() || Init->isTypeDependent() ||
4933 if (TypeToReplaceAuto->isDependentType())
4944 if (TypeToReplaceAuto->isDependentType())
5815 if (!T->isDependentType())
6206 if (!T->isDependentType())
SemaLambda.cpp 504 if (!LSI->ReturnType->isDependentType() &&
738 if (CSI.ReturnType->isDependentType())
1718 if (!FieldType->isDependentType()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 57 if (!Ty->isDependentType()) {
ComputeDependence.cpp 179 if (!E->getType()->isDependentType())
247 if (!E->getType()->isDependentType())
465 if (Type->isDependentType())
474 if (T->isDependentType())
593 if (!E->getType()->isDependentType())
CXXInheritance.cpp 179 if (!LookupInDependent && BaseType->isDependentType())
690 assert(!I.getType()->isDependentType() &&
712 assert(!I.getType()->isDependentType() &&
Type.cpp 1183 T->isDependentType(), /*IsPack=*/false,
2199 assert(!isDependentType() && "This doesn't make sense for dependent types");
2249 if (ClassTy->isDependentType())
2412 if (CanonicalType->isDependentType())
2454 if (CanonicalType->isDependentType())
2539 if (isDependentType())
2620 if (isDependentType())
2657 if (ty->isDependentType())
2757 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull()
3121 (!getTypePtr()->isDependentType() && !getTypePtr()->isRecordType())
    [all...]
DeclarationName.cpp 224 if (!T.isNull() && T->isDependentType())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 164 if (CXXRD->getTypeForDecl()->isDependentType())
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 909 if (QT->isDependentType())
947 if (QT->isDependentType())
971 if (FQT->isDependentType())
1003 if (RT->isDependentType())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 373 return getPromiseDecl()->getType()->isDependentType();
Type.h 2168 bool isDependentType() const {
3435 return T->isDependentType() ||
4555 bool isSugared() const { return !isDependentType(); }
4971 return !isCanonicalUnqualified() || isDependentType();
5033 Profile(ID, Context, getDeducedType(), getKeyword(), isDependentType(),
5070 Profile(ID, getTemplateName(), getDeducedType(), isDependentType());
5202 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
5285 assert(TST->isDependentType());
7084 return isDependentType() || isRecordType() || isEnumeralType();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 68 return !Ty->isDependentType() && !Ty->isUndeducedType();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp 215 if (VD->isTemplated() || VD->getType()->isDependentType())

Completed in 59 milliseconds

1 2 3