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

  /external/clang/include/clang/Basic/
Specifiers.h 73 TST_error // erroneous type
  /external/clang/include/clang/Sema/
DeclSpec.h 287 static const TST TST_error = clang::TST_error;
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 271 case TST_error:
434 case DeclSpec::TST_error: return "(error)";
692 TypeSpecType = TST_error;
    [all...]
SemaCXXScopeSpec.cpp 711 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
    [all...]
SemaTemplateVariadic.cpp 739 case TST_error:
SemaExprCXX.cpp 274 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]

Completed in 2703 milliseconds