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

  /external/clang/include/clang/Basic/
Specifiers.h 39 TST_char,
  /external/clang/lib/Sema/
DeclSpec.cpp 258 case TST_char:
387 case DeclSpec::TST_char: return "char";
818 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) &&
831 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
850 TypeSpecType != TST_char && TypeSpecType != TST_wchar) {
895 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) {
    [all...]
SemaTemplateVariadic.cpp 714 case TST_char:
SemaType.cpp 599 case DeclSpec::TST_char:
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 207 return TST_char;
  /external/clang/include/clang/Sema/
DeclSpec.h 253 static const TST TST_char = clang::TST_char;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 278 milliseconds