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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2157   getDeclSpecContextFromDeclaratorContext(DeclaratorContext Context);

References

tools/clang/lib/Parse/ParseDecl.cpp
   47   DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
 1818   DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context);
tools/clang/lib/Parse/ParseTemplate.cpp
  214                              getDeclSpecContextFromDeclaratorContext(Context));