Home
last modified time | relevance | path

Searched refs:isEffectivelyFinal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp138 MD->getParent()->isEffectivelyFinal() || in buildThisParam()
H A DCGClass.cpp46 if (RD->isEffectivelyFinal()) in getClassPointerAlignment()
65 if (RD->isEffectivelyFinal()) in getMinimumClassObjectSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2034 bool CXXRecordDecl::isEffectivelyFinal() const { in isEffectivelyFinal() function in CXXRecordDecl
2267 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1697 bool isEffectivelyFinal() const;