Searched defs:TypeSpecType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
| H A D | DeclSpec.h | 362 /*TST*/unsigned TypeSpecType : 7; global() variable |
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaDecl.cpp | 5381 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); ParsedFreeStandingDeclSpec() local |