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

Declarations

tools/clang/include/clang/Parse/Parser.h
 1047   void EnterScope(unsigned ScopeFlags);

References

tools/clang/include/clang/Parse/Parser.h
 1023         Self->EnterScope(ScopeFlags);
 2653       P.EnterScope(0); // Not a decl scope.
tools/clang/lib/Parse/ParseDecl.cpp
 2257           P.EnterScope(0);
tools/clang/lib/Parse/Parser.cpp
  448   EnterScope(Scope::DeclScope);