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

References

tools/clang/include/clang/Parse/Parser.h
 2073     case DeclSpecContext::DSC_normal:
 2094     case DeclSpecContext::DSC_normal:
 2162       DeclSpecContext DSC = DeclSpecContext::DSC_normal,
 2170       DeclSpecContext DSC = DeclSpecContext::DSC_normal);
tools/clang/lib/Parse/ParseDecl.cpp
   48   if (DSC == DeclSpecContext::DSC_normal)
 2668                            DeclSpecContext::DSC_normal);
 2672                             DeclSpecContext::DSC_normal, Attrs);
 2806   return DeclSpecContext::DSC_normal;
tools/clang/lib/Parse/ParseObjc.cpp
 1257     DeclSpecContext dsContext = DeclSpecContext::DSC_normal;