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

Completed in 82 milliseconds