struct InitializedEntity::LN

Declaration

struct InitializedEntity::LN { /* full declaration omitted */ };

Declared at: clang/include/clang/Sema/Initialization.h:145

Member Variables

public clang::SourceLocation Location
When Kind == EK_Result, EK_Exception, EK_New, the location of the 'return', 'throw', or 'new' keyword, respectively. When Kind == EK_Temporary, the location where the temporary is being created.
public bool NRVO
Whether the entity being initialized may end up using the named return value optimization (NRVO).