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

  /external/clang/include/clang/Basic/
Specifiers.h 62 TST_auto, // C++11 auto
  /external/clang/include/clang/Sema/
DeclSpec.h 285 static const TST TST_auto = clang::TST_auto;
505 return TypeSpecType == TST_auto || TypeSpecType == TST_decltype_auto;
    [all...]

Completed in 31 milliseconds