Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h57 TST_void, enumerator
/src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp374 case TST_void: in isDeclarationOfFunction()
563 case DeclSpec::TST_void: return "void"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp907 case TST_void: in containsUnexpandedParameterPacks()
H A DSemaType.cpp899 case DeclSpec::TST_void: in ConvertDeclSpecToType()
/src/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp337 return TST_void; in getWrittenTypeSpec()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h279 static const TST TST_void = clang::TST_void; variable
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2394 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4491 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()