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 280 case TST_unspecified:
398 case DeclSpec::TST_unspecified: return "unspecified";
484 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
579 if (TypeSpecType != TST_unspecified) {
598 if (TypeSpecType != TST_unspecified) {
626 if (TypeSpecType != TST_unspecified) {
644 if (TypeSpecType != TST_unspecified) {
667 if (TypeSpecType != TST_unspecified) {
680 (TypeSpecType != TST_unspecified)) {
842 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) &
    [all...]
SemaTemplateVariadic.cpp 709 case TST_unspecified:
SemaType.cpp 755 case DeclSpec::TST_unspecified:
    [all...]
SemaDecl.cpp 370 return DeclSpec::TST_unspecified;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 251 static const TST TST_unspecified = clang::TST_unspecified;
406 TypeSpecType(TST_unspecified),
541 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 275 return TST_unspecified;
  /external/clang/include/clang/AST/
TypeLoc.h 515 return getWrittenTypeSpec() != TST_unspecified;
539 wbs.Type = TST_unspecified;
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 631 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
Parser.cpp 851 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 629 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
    [all...]

Completed in 75 milliseconds