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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h302 return hasVBPtr() && !CXXInfo->BaseSharingVBPtr;
305 /// hasVBPtr - Does this class have a virtual function table pointer.
306 bool hasVBPtr() const { function in class:clang::ASTRecordLayout
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2840 if (!SharedVBPtrBase && BaseLayout.hasVBPtr()) {

Completed in 128 milliseconds