ROSE 0.11.145.147
SgVariableSymbol.docs
1
2// Documentation for class SgVariableSymbol
4
36// Documentation for class SgVariableSymbol data members
38
39/*
40\var SgVariableSymbol::p_declaration
41\brief This pointer is always valid and stores the first non-defining declaration
42where the class was defined.
43
44It is important to note that this is the first non-defining declaration as
45opposed to the defining declaration. Thus is it the first forward declaration for the
46named class or a non-defining version of the declaration if the named class is
47defined at the locations where it was declared.
48
49\internal The value held is sharable across many references where as the defining
50declaration (not held by this variable) should have one unique reference
51within the Sage III AST, except where reference though the declarations
52definingDeclaration data member pointer. See declarations for details
53(SgDeclarationStatements).
54*/
55
57// Documentation for class SgVariableSymbol member functions (methods)
59
60/*
61 NOT IMPELEMENTED IN C++ SOURCE CODE
62\fn SgVariableSymbol::SgVariableSymbol (const SgVariableSymbol &X)
63\brief Copy constructor (made private to prevent being called by accident).
64*/
65