HomeSort by: relevance | last modified time | path
    Searched defs:TST_auto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 76 TST_auto, // C++11 auto
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 293 static const TST TST_auto = clang::TST_auto;
409 return (T == TST_auto || T == TST_decltype_auto);
527 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||

Completed in 17 milliseconds