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 285 case TST_unspecified:
424 case DeclSpec::TST_unspecified: return "unspecified";
505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
601 if (TypeSpecType != TST_unspecified) {
621 if (TypeSpecType != TST_unspecified) {
651 if (TypeSpecType != TST_unspecified) {
670 if (TypeSpecType != TST_unspecified) {
694 if (TypeSpecType != TST_unspecified) {
708 (TypeSpecType != TST_unspecified)) {
723 (TypeSpecType != TST_unspecified)) {
    [all...]
SemaTemplateVariadic.cpp 710 case TST_unspecified:
    [all...]
SemaType.cpp 752 case DeclSpec::TST_unspecified:
    [all...]
SemaDecl.cpp 478 return DeclSpec::TST_unspecified;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 259 static const TST TST_unspecified = clang::TST_unspecified;
409 TypeSpecType(TST_unspecified),
457 TypeSpecType = DeclSpec::TST_unspecified;
570 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 303 return TST_unspecified;
  /external/clang/include/clang/AST/
TypeLoc.h 555 return getWrittenTypeSpec() != TST_unspecified;
579 wbs.Type = TST_unspecified;
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 647 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
Parser.cpp 867 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 745 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
    [all...]

Completed in 242 milliseconds