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++0x decltype
  /external/clang/include/clang/Sema/
DeclSpec.h 274 static const TST TST_decltype = clang::TST_decltype;
387 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]

Completed in 209 milliseconds