Searched refs:TST_typeofType (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h72 TST_typeofType, enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h288 static const TST TST_typeofType = clang::TST_typeofType; member in class:clang::DeclSpec
402 return (T == TST_typename || T == TST_typeofType ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp393 case TST_typeofType: {
571 case DeclSpec::TST_typeofType:
H A DSemaTemplateVariadic.cpp863 case TST_typeofType:
H A DSemaType.cpp1602 case DeclSpec::TST_typeofType:
5914 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType);
H A DSemaDecl.cpp5508 case DeclSpec::TST_typeofType:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7257 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec,

Completed in 317 milliseconds