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

Declarations

tools/clang/include/clang/Parse/Parser.h
 1513   class ObjCTypeParamListScope;

References

tools/clang/include/clang/Parse/Parser.h
 1516       ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,
tools/clang/lib/Parse/ParseObjc.cpp
  241   ObjCTypeParamListScope typeParamScope(Actions, getCurScope());
  421     ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,
  575   ObjCTypeParamListScope Scope(Actions, getCurScope());
 2125     ObjCTypeParamListScope typeParamScope(Actions, getCurScope());