clang API Documentation

Functions
CXXInheritance.cpp File Reference
#include "clang/AST/CXXInheritance.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/RecordLayout.h"
#include "llvm/ADT/SetVector.h"
#include <algorithm>
#include <set>
Include dependency graph for CXXInheritance.cpp:

Go to the source code of this file.

Functions

static bool BaseIsNot (const CXXRecordDecl *Base, void *OpaqueTarget)
static void AddIndirectPrimaryBases (const CXXRecordDecl *RD, ASTContext &Context, CXXIndirectPrimaryBaseSet &Bases)

Function Documentation

static void AddIndirectPrimaryBases ( const CXXRecordDecl RD,
ASTContext Context,
CXXIndirectPrimaryBaseSet Bases 
) [static]
static bool BaseIsNot ( const CXXRecordDecl Base,
void *  OpaqueTarget 
) [static]