reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
 2653       P.EnterScope(0); // Not a decl scope.
 2655       if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
 2655       if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
 2662         P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
 2662         P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
 2665         P.ExitScope();