HomeSort by relevance Sort by last modified time
    Searched refs:isNearlyEmpty (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
CXXABI.h 39 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
ItaniumCXXABI.cpp 48 bool isNearlyEmpty(const CXXRecordDecl *RD) const {
MicrosoftCXXABI.cpp 39 bool isNearlyEmpty(const CXXRecordDecl *RD) const {
RecordLayoutBuilder.cpp 806 if (I->isVirtual() && Context.isNearlyEmpty(Base)) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 793 milliseconds