Home
last modified time | relevance | path

Searched defs:TypeSpecType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h340 /*TST*/unsigned TypeSpecType : 6; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h362 /*TST*/unsigned TypeSpecType : 7; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp4068 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec() local