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

  /external/clang/include/clang/Basic/
Specifiers.h 36 TST_unspecified,
  /external/clang/lib/Sema/
DeclSpec.cpp 276 case TST_unspecified:
381 case DeclSpec::TST_unspecified: return "unspecified";
450 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
545 if (TypeSpecType != TST_unspecified) {
564 if (TypeSpecType != TST_unspecified) {
592 if (TypeSpecType != TST_unspecified) {
610 if (TypeSpecType != TST_unspecified) {
633 if (TypeSpecType != TST_unspecified) {
646 (TypeSpecType != TST_unspecified)) {
797 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) &
    [all...]
SemaTemplateVariadic.cpp 663 case TST_unspecified:
SemaType.cpp 633 case DeclSpec::TST_unspecified:
    [all...]
SemaDecl.cpp 331 return DeclSpec::TST_unspecified;
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 243 return TST_unspecified;
  /external/clang/include/clang/Sema/
DeclSpec.h 241 static const TST TST_unspecified = clang::TST_unspecified;
385 TypeSpecType(TST_unspecified),
515 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 498 return getWrittenTypeSpec() != TST_unspecified;
522 wbs.Type = TST_unspecified;
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 636 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
Parser.cpp 810 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
    [all...]
ParseDecl.cpp     [all...]

Completed in 884 milliseconds