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

/external/clang/include/clang/Basic/
H A DSpecifiers.h57 TST_typeofExpr, enumerator in enum:clang::TypeSpecifierType
/external/clang/include/clang/Sema/
H A DDeclSpec.h262 static const TST TST_typeofExpr = clang::TST_typeofExpr; member in class:clang::DeclSpec
367 return (T == TST_typeofExpr || T == TST_decltype);

Completed in 63 milliseconds