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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2174 DSC_type_specifier, // C++ type-specifier-seq or C specifier-qualifier-list
2197 case DeclSpecContext::DSC_type_specifier:
2238 case DeclSpecContext::DSC_type_specifier:
2260 case DeclSpecContext::DSC_type_specifier:
2276 case DeclSpecContext::DSC_type_specifier:
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 50 DSC = DeclSpecContext::DSC_type_specifier;
4561 ParseSpecifierQualifierList(DS, AS, DeclSpecContext::DSC_type_specifier);
4706 DSC == DeclSpecContext::DSC_type_specifier,
ParseDeclCXX.cpp 1700 // For these, DSC is DeclSpecContext::DSC_type_specifier or
1967 DSC == DeclSpecContext::DSC_type_specifier,
ParseExprCXX.cpp 2279 ParseSpecifierQualifierList(DS, AS_none, DeclSpecContext::DSC_type_specifier);
ParseOpenMP.cpp 631 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier;

Completed in 69 milliseconds