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

/external/clang/include/clang/Basic/
H A DSpecifiers.h71 TST_underlyingType, // __underlying_type for C++11 enumerator in enum:clang::TypeSpecifierType
/external/clang/include/clang/Sema/
H A DDeclSpec.h298 static const TST TST_underlyingType = clang::TST_underlyingType; member in class:clang::DeclSpec
404 T == TST_underlyingType || T == TST_atomic);

Completed in 88 milliseconds