Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h45 TST_void, enumerator
/netbsd-src/external/apache2/llvm/dist/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.cpp1280 case DeclSpec::TST_void: in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp321 return TST_void; in getWrittenTypeSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h261 static const TST TST_void = clang::TST_void; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2200 DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3815 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_void, Loc, PrevSpec, in ParseDeclarationSpecifiers()