HomeSort by relevance Sort by last modified time
    Searched defs:TST_decltype (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 60 TST_decltype, // C++11 decltype
  /external/clang/include/clang/Sema/
DeclSpec.h 282 static const TST TST_decltype = clang::TST_decltype;
390 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]

Completed in 36 milliseconds