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

  /external/clang/include/clang/Basic/
Specifiers.h 63 TST_typeofExpr,
  /external/clang/include/clang/Sema/
DeclSpec.h 294 static const TST TST_typeofExpr = clang::TST_typeofExpr;
399 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 312 case TST_typeofExpr:
468 case DeclSpec::TST_typeofExpr: return "typeof";
    [all...]
SemaTemplateVariadic.cpp 712 case TST_typeofExpr:
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 45 milliseconds