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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1950     case DeclaratorContext::FileContext:
 1988     case DeclaratorContext::FileContext:
 2024     case DeclaratorContext::FileContext:
 2072         Context != DeclaratorContext::FileContext)
 2080     case DeclaratorContext::FileContext:
 2306     case DeclaratorContext::FileContext:
 2343     case DeclaratorContext::FileContext:
tools/clang/lib/Parse/ParseDecl.cpp
 1905               Context == DeclaratorContext::FileContext);
 2055     if (Context == DeclaratorContext::FileContext) {
 2179       ExpectAndConsumeSemi(Context == DeclaratorContext::FileContext
 2793   if (Context == DeclaratorContext::FileContext)
 5532         D.getContext() == DeclaratorContext::FileContext ||
 5756           D.getContext() == DeclaratorContext::FileContext ||
 5820           (D.getContext() == DeclaratorContext::FileContext ||
 5827           (D.getContext() == DeclaratorContext::FileContext ||
 6330          : D.getContext() == DeclaratorContext::FileContext &&
tools/clang/lib/Parse/ParseObjc.cpp
  660             ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs));
tools/clang/lib/Parse/ParseTemplate.cpp
  266     if (Context != DeclaratorContext::FileContext) {
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);
  909           ParseExplicitInstantiation(DeclaratorContext::FileContext, ExternLoc,
 1091     Decl *TheDecl = ParseLinkage(DS, DeclaratorContext::FileContext);
 1095   return ParseDeclGroup(DS, DeclaratorContext::FileContext);
tools/clang/lib/Sema/SemaType.cpp
 3070     case DeclaratorContext::FileContext:
 3169     case DeclaratorContext::FileContext:
 4183     case DeclaratorContext::FileContext:
 5239     case DeclaratorContext::FileContext:
 7455       (D.getContext() == DeclaratorContext::FileContext && T->isSamplerT()))
 7482       } else if (D.getContext() == DeclaratorContext::FileContext) {