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 72 TST_auto, // C++11 auto
  /external/clang/include/clang/Sema/
DeclSpec.h 299 static const TST TST_auto = clang::TST_auto;
521 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||
    [all...]

Completed in 40 milliseconds