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

  /external/clang/include/clang/Basic/
Specifiers.h 68 TST_auto_type, // __auto_type extension
  /external/clang/include/clang/Sema/
DeclSpec.h 299 static const TST TST_auto_type = clang::TST_auto_type;
511 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||
    [all...]

Completed in 513 milliseconds