Searched defs:TST_auto (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DSpecifiers.h66 TST_auto, // C++11 auto enumerator in enum:clang::TypeSpecifierType
/external/clang/include/clang/Sema/
H A DDeclSpec.h298 static const TST TST_auto = clang::TST_auto; member in class:clang::DeclSpec
511 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||

Completed in 34 milliseconds