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

/external/clang/include/clang/Basic/
H A DSpecifiers.h37 TST_unspecified, enumerator in enum:clang::TypeSpecifierType
/external/clang/include/clang/Sema/
H A DDeclSpec.h259 static const TST TST_unspecified = clang::TST_unspecified; member in class:clang::DeclSpec
409 TypeSpecType(TST_unspecified),
457 TypeSpecType = DeclSpec::TST_unspecified;
570 return getTypeSpecType() != DeclSpec::TST_unspecified ||

Completed in 79 milliseconds