Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h54 TST_void, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp374 case TST_void: in isDeclarationOfFunction()
546 case DeclSpec::TST_void: return "void"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp878 case TST_void: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1271 case DeclSpec::TST_void: in ConvertDeclSpecToType()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp330 return TST_void; in getWrittenTypeSpec()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h261 static const TST TST_void = clang::TST_void; variable
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2237 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3970 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()