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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 78 TST_auto_type, // __auto_type extension
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 294 static const TST TST_auto_type = clang::TST_auto_type;
527 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||

Completed in 18 milliseconds