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

  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 492 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) {
493 if (!(NonVirtualBase= NonVirtualBase->getDefinition()))
496 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
    [all...]

Completed in 40 milliseconds