NameQualificationTraversal::nameQualificationDepth
Synopses
Declared in <src/backend/unparser/nameQualificationSupport.h>
int
nameQualificationDepth(
SgInitializedName* initializedName,
SgScopeStatement* currentScope,
SgStatement* positionStatement);
int
nameQualificationDepth(
SgType* type,
SgScopeStatement* currentScope,
SgStatement* positionStatement);
int
nameQualificationDepth(
SgDeclarationStatement* declaration,
SgScopeStatement* currentScope,
SgStatement* positionStatement,
bool forceMoreNameQualification = false);
Created with MrDocs