Home
last modified time | relevance | path

Searched refs:TST_char (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp284 case TST_char: in isDeclarationOfFunction()
452 case DeclSpec::TST_char: return "char"; in getSpecifierName()
1002 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
1023 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1061 TypeSpecType != TST_char && TypeSpecType != TST_wchar) { in Finish()
1104 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) { in Finish()
DSemaTemplateVariadic.cpp721 case TST_char: in containsUnexpandedParameterPacks()
DSemaType.cpp1262 case DeclSpec::TST_char: in ConvertDeclSpecToType()
/external/clang/include/clang/Basic/
DSpecifiers.h48 TST_char, enumerator
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp347 case TST_char: in isDeclarationOfFunction()
545 case DeclSpec::TST_char: return "char"; in getSpecifierName()
1165 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
1192 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1245 TypeSpecType != TST_char && TypeSpecType != TST_wchar && in Finish()
1295 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char || in Finish()
DSemaTemplateVariadic.cpp882 case TST_char: in containsUnexpandedParameterPacks()
DSemaType.cpp1303 case DeclSpec::TST_char: in ConvertDeclSpecToType()
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h46 TST_char, enumerator
/external/clang/lib/AST/
DTypeLoc.cpp299 return TST_char; in getWrittenTypeSpec()
/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp326 return TST_char; in getWrittenTypeSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h274 static const TST TST_char = clang::TST_char; variable
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h262 static const TST TST_char = clang::TST_char; variable
/external/clang/lib/Parse/
DParseExprCXX.cpp1925 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3306 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, in ParseDeclarationSpecifiers()
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2218 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3759 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, in ParseDeclarationSpecifiers()