Searched defs:isDerived (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/Analysis/Checkers/WebKit/ | ||
H A D | ref-cntbl-base-virtual-dtor-templates.cpp | 316 virtual bool isDerived() { return false; } in isDerived() function in BaseClass2 |
/llvm-project/flang/include/flang/Optimizer/Builder/ | ||
H A D | BoxValue.h | 270 bool isDerived() const { return mlir::isa<fir::RecordType>(getEleTy()); } isDerived() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaAccess.cpp | 957 bool isDerived = Derived->isDerivedFrom(const_cast<CXXRecordDecl*>(Base), FindBestPath() local |