HomeSort by: relevance | last modified time | path
    Searched refs:DSContext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1771 DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context);
1772 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS_none, DSContext);
1777 DiagnoseMissingSemiAfterTagDefinition(DS, AS_none, DSContext))
2891 DeclSpecContext DSContext,
2895 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class ||
2896 DSContext == DeclSpecContext::DSC_top_level);
2989 ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs);
3034 DeclSpecContext DSContext,
3044 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class ||
3045 DSContext == DeclSpecContext::DSC_top_level)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2342 DeclSpec &DS, AccessSpecifier AS, DeclSpecContext DSContext,

Completed in 34 milliseconds