HomeSort by: relevance | last modified time | path
    Searched defs:isBaseVirtual (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2294 bool isBaseVirtual() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 569 bool isBaseVirtual = BaseInit->isBaseVirtual();
582 isBaseVirtual);
589 CGF.getOverlapForBaseInit(ClassDecl, BaseClassDecl, isBaseVirtual));
596 isBaseVirtual);
1313 for (; B != E && (*B)->isBaseInitializer() && (*B)->isBaseVirtual(); B++) {
1331 assert(!(*B)->isBaseVirtual());

Completed in 73 milliseconds