HomeSort by relevance Sort by last modified time
    Searched refs:TST_unspecified (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 37 TST_unspecified,
  /external/clang/lib/Sema/
DeclSpec.cpp 309 case TST_unspecified:
449 case DeclSpec::TST_unspecified: return "unspecified";
530 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
620 if (TypeSpecType != TST_unspecified) {
640 if (TypeSpecType != TST_unspecified) {
670 if (TypeSpecType != TST_unspecified) {
689 if (TypeSpecType != TST_unspecified) {
708 if (TypeSpecType != TST_unspecified) {
722 (TypeSpecType != TST_unspecified)) {
737 (TypeSpecType != TST_unspecified)) {
    [all...]
SemaTemplateVariadic.cpp 719 case TST_unspecified:
    [all...]
SemaType.cpp 753 case DeclSpec::TST_unspecified:
    [all...]
SemaDecl.cpp 523 return DeclSpec::TST_unspecified;
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 303 return TST_unspecified;
  /external/clang/include/clang/Sema/
DeclSpec.h 276 static const TST TST_unspecified = clang::TST_unspecified;
426 TypeSpecType(TST_unspecified),
474 TypeSpecType = DeclSpec::TST_unspecified;
587 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 555 return getWrittenTypeSpec() != TST_unspecified;
579 wbs.Type = TST_unspecified;
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 665 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
Parser.cpp 872 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 734 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
    [all...]

Completed in 239 milliseconds