Home
last modified time | relevance | path

Searched defs:isDerived (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dref-cntbl-base-virtual-dtor-templates.cpp316 virtual bool isDerived() { return false; } in isDerived() function in BaseClass2
322 bool isDerived() final { return true; } in isDerived() function in DerivedClass12
342 virtual bool isDerived() { return false; } in isDerived() function in BaseClass3
351 bool isDerived() final { return true; } in isDerived() function in DerivedClass13
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h270 bool isDerived() const { return mlir::isa<fir::RecordType>(getEleTy()); } isDerived() function
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp957 bool isDerived = Derived->isDerivedFrom(const_cast<CXXRecordDecl*>(Base), FindBestPath() local