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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp381 // Derived{TargetClass, Element{SourceClass, SR}}?
384 const CXXRecordDecl *SourceClass = T->getPointeeCXXRecordDecl(); local
385 if (TargetClass && SourceClass && TargetClass->isDerivedFrom(SourceClass))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3390 ARCConversionTypeClass SourceClass; member in class:__anon3198::ARCCastChecker
3402 : Context(Context), SourceClass(source), TargetClass(target),
3482 isAnyRetainable(SourceClass) &&

Completed in 127 milliseconds