class CFGBaseDtor
Declaration
class CFGBaseDtor : public CFGImplicitDtor { /* full declaration omitted */ };
Description
Represents C++ object destructor implicitly generated for base object in destructor.
Declared at: clang/include/clang/Analysis/CFG.h:441
Inherits from: CFGImplicitDtor
Member Variables
Inherited from CFGElement:
Method Overview
- public CFGBaseDtor(const clang::CXXBaseSpecifier * base)
- private CFGBaseDtor()
- public const clang::CXXBaseSpecifier * getBaseSpecifier() const
- private static bool isKind(const clang::CFGElement & E)
Inherited from CFGImplicitDtor:
Inherited from CFGElement:
Methods
¶CFGBaseDtor(const clang::CXXBaseSpecifier* base)
CFGBaseDtor(const clang::CXXBaseSpecifier* base)
Declared at: clang/include/clang/Analysis/CFG.h:443
Parameters
- const clang::CXXBaseSpecifier* base
¶CFGBaseDtor()
CFGBaseDtor()
Declared at: clang/include/clang/Analysis/CFG.h:453
¶const clang::CXXBaseSpecifier* getBaseSpecifier()
const
const clang::CXXBaseSpecifier* getBaseSpecifier()
const
Declared at: clang/include/clang/Analysis/CFG.h:446
¶static bool isKind(const clang::CFGElement& E)
static bool isKind(const clang::CFGElement& E)
Declared at: clang/include/clang/Analysis/CFG.h:455
Parameters
- const clang::CFGElement& E