Home
last modified time | relevance | path

Searched refs:TargetClass (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalDynamicCast() local
307 if (!TargetClass && !TargetType->isVoidType()) in evalDynamicCast()
314 if (MRClass == TargetClass) in evalDynamicCast()
325 if (MRClass->isDerivedFrom(TargetClass, Paths)) in evalDynamicCast()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3165 ARCConversionTypeClass TargetClass; member in __anonee7de31d0311::ARCCastChecker
3176 : Context(Context), SourceClass(source), TargetClass(target), in ARCCastChecker()
3199 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
3255 if (isAnyRetainable(TargetClass) && in VisitDeclRefExpr()
3287 if (!isAnyRetainable(TargetClass)) in checkCallToFunction()
3337 if (!isAnyRetainable(TargetClass) || !isCFType(method->getReturnType())) in checkCallToMethod()
DSemaDeclCXX.cpp8476 CXXRecordDecl *TargetClass = cast<CXXRecordDecl>(CurContext); in CheckInheritingConstructorUsingDecl() local
8480 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
8486 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp227 return llvm::all_of(RTy->getClasses(), [this](Record *TargetClass) { in typeIsConvertibleTo() argument
228 return isSubClassOf(TargetClass); in typeIsConvertibleTo()