Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h75 TST_bool, // _Bool enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp347 case TST_bool: in isDeclarationOfFunction()
580 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()
872 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
H A DSemaTemplateVariadic.cpp923 case TST_bool: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1174 case DeclSpec::TST_bool: in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp339 return TST_bool; in getWrittenTypeSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h297 static const TST TST_bool = clang::TST_bool; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2442 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3954 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
4597 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()