Home
last modified time | relevance | path

Searched refs:TST_void (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h57 TST_void, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp371 case TST_void: in isDeclarationOfFunction()
562 case DeclSpec::TST_void: return "void"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1027 case TST_void: in containsUnexpandedParameterPacks()
H A DSemaType.cpp910 case DeclSpec::TST_void: in ConvertDeclSpecToType()
H A DSemaDecl.cpp15340 DS.getTypeSpecType() == DeclSpec::TST_void && in ActOnParamDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp338 return TST_void; in getWrittenTypeSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h278 static const TST TST_void = clang::TST_void; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2118 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4284 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()