Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h62 TST_bool, // _Bool enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp335 case TST_bool: in isDeclarationOfFunction()
540 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()
786 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
H A DSemaTemplateVariadic.cpp853 case TST_bool: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1465 case DeclSpec::TST_bool: Result = Context.BoolTy; break; // _Bool or bool in ConvertDeclSpecToType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp316 return TST_bool; in getWrittenTypeSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h288 static const TST TST_bool = clang::TST_bool; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1996 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3182 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3652 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()