Home
last modified time | relevance | path

Searched refs:SourceClass (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp386 const CXXRecordDecl *SourceClass = T->getPointeeCXXRecordDecl(); in evalBaseToDerived() local
387 if (TargetClass && SourceClass && TargetClass->isDerivedFrom(SourceClass)) in evalBaseToDerived()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3539 ARCConversionTypeClass SourceClass; member in __anone249df720411::ARCCastChecker
3551 : Context(Context), SourceClass(source), TargetClass(target), in ARCCastChecker()
3631 isAnyRetainable(SourceClass) && in VisitDeclRefExpr()