Home
last modified time | relevance | path

Searched defs:TST_typeofType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h85 TST_typeofType, // C23 (and GNU extension) typeof(type-name) enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h307 static const TST TST_typeofType = clang::TST_typeofType; variable