Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h47 TST_void, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp314 return TST_void; in getWrittenTypeSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp360 case TST_void: in isDeclarationOfFunction()
525 case DeclSpec::TST_void: return "void"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp838 case TST_void: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1245 case DeclSpec::TST_void: in ConvertDeclSpecToType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h273 static const TST TST_void = clang::TST_void; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1957 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3567 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()