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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2123   DeclGroupPtrTy ParseDeclaration(DeclaratorContext Context,

References

tools/clang/lib/Parse/ParseObjc.cpp
  660             ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs));
tools/clang/lib/Parse/ParseStmt.cpp
  217         Decl = ParseDeclaration(DeclaratorContext::BlockContext, DeclEnd, Attrs,
  221             ParseDeclaration(DeclaratorContext::BlockContext, DeclEnd, Attrs);
 1101             ParseDeclaration(DeclaratorContext::BlockContext, DeclEnd, attrs);
tools/clang/lib/Parse/Parser.cpp
  864       return ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs);
  874       return ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs);
  885         return ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs);
  894         return ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs);