HomeSort by relevance Sort by last modified time
    Searched defs:TST_typeofExpr (Results 1 - 2 of 2) 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...]

Completed in 64 milliseconds