Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp326 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalBaseToDerived() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp3537 ARCConversionTypeClass TargetClass; member in __anonf6e13fbf0411::ARCCastChecker
H A DSemaDeclCXX.cpp12723 CXXRecordDecl *TargetClass = cast<CXXRecordDecl>(CurContext); in CheckInheritingConstructorUsingDecl() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp292 return llvm::all_of(RTy->getClasses(), [this](Record *TargetClass) { in typeIsConvertibleTo()