Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h45 TST_void, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp373 case TST_void: in isDeclarationOfFunction()
545 case DeclSpec::TST_void: return "void"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp881 case TST_void: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1281 case DeclSpec::TST_void: in ConvertDeclSpecToType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp321 return TST_void; in getWrittenTypeSpec()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h261 static const TST TST_void = clang::TST_void; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2200 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3822 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()