Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h83 TST_typeofExpr, // C2x (and GNU extension) typeof(expression) enumerator
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h291 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable