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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1971     case DeclaratorContext::BlockLiteralContext:
 2009     case DeclaratorContext::BlockLiteralContext:
 2051     case DeclaratorContext::BlockLiteralContext:
 2107     case DeclaratorContext::BlockLiteralContext:
 2327     case DeclaratorContext::BlockLiteralContext:
 2361     case DeclaratorContext::BlockLiteralContext:
tools/clang/lib/Parse/ParseDecl.cpp
 5788            D.getContext() == DeclaratorContext::BlockLiteralContext) &&
tools/clang/lib/Parse/ParseExpr.cpp
 2988   Declarator DeclaratorInfo(DS, DeclaratorContext::BlockLiteralContext);
 3027   Declarator ParamInfo(DS, DeclaratorContext::BlockLiteralContext);
tools/clang/lib/Sema/SemaExpr.cpp
14114   assert(ParamInfo.getContext() == DeclaratorContext::BlockLiteralContext);
tools/clang/lib/Sema/SemaType.cpp
   50   if (D.getContext() != DeclaratorContext::BlockLiteralContext ||
 1683   if (declarator.getContext() == DeclaratorContext::BlockLiteralContext)
 3034     case DeclaratorContext::BlockLiteralContext:
 3174     case DeclaratorContext::BlockLiteralContext:
 4245     case DeclaratorContext::BlockLiteralContext:
 4613             D.getContext() == DeclaratorContext::BlockLiteralContext)
 5257     case DeclaratorContext::BlockLiteralContext: