Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h62 TST_bool, // _Bool enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp347 case TST_bool: in isDeclarationOfFunction()
561 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()
838 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
H A DSemaTemplateVariadic.cpp896 case TST_bool: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1548 case DeclSpec::TST_bool: in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp323 return TST_bool; in getWrittenTypeSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h278 static const TST TST_bool = clang::TST_bool; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3327 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3915 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
H A DParseExprCXX.cpp2242 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()