class SimpleConstructorInitializerConstructionContext
Declaration
class SimpleConstructorInitializerConstructionContext
: public ConstructorInitializerConstructionContext { /* full declaration omitted */ };
Description
Represents construction into a field or a base class within a bigger object via a constructor initializer, eg. T(): field(123) { ... }.
Declared at: clang/include/clang/Analysis/ConstructionContext.h:414
Inherits from: ConstructorInitializerConstructionContext
Member Variables
Inherited from ConstructionContext:
Method Overview
- private SimpleConstructorInitializerConstructionContext(const clang::CXXCtorInitializer * I)
- public static bool classof(const clang::ConstructionContext * CC)
Inherited from ConstructorInitializerConstructionContext:
Inherited from ConstructionContext:
Methods
¶SimpleConstructorInitializerConstructionContext(
const clang::CXXCtorInitializer* I)
SimpleConstructorInitializerConstructionContext(
const clang::CXXCtorInitializer* I)
Declared at: clang/include/clang/Analysis/ConstructionContext.h:418
Parameters
- const clang::CXXCtorInitializer* I
¶static bool classof(
const clang::ConstructionContext* CC)
static bool classof(
const clang::ConstructionContext* CC)
Declared at: clang/include/clang/Analysis/ConstructionContext.h:424
Parameters
- const clang::ConstructionContext* CC