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 57 TST_typeofExpr,
  /external/clang/include/clang/Sema/
DeclSpec.h 262 static const TST TST_typeofExpr = clang::TST_typeofExpr;
367 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 282 case TST_typeofExpr:
402 case DeclSpec::TST_typeofExpr: return "typeof";
    [all...]
SemaTemplateVariadic.cpp 656 case TST_typeofExpr:
SemaType.cpp 829 case DeclSpec::TST_typeofExpr: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 679 milliseconds