Home
last modified time | relevance | path

Searched refs:getTypeSpecType (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp1296 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()
1316 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1323 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1558 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()
1685 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()
1686 DS.getTypeSpecType() == DeclSpec::TST_fract; in ConvertDeclSpecToType()
1691 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
4695 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto in GetFullTypeForDeclarator()
5633 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
5638 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
[all …]
HDDeclSpec.cpp330 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()
1060 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()
1372 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
HDSemaCXXScopeSpec.cpp849 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
852 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
HDSemaTemplateVariadic.cpp837 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
HDSemaDecl.cpp4423 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
4424 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4425 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4426 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
4427 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
4469 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) in ParsedFreeStandingDeclSpec()
4503 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange(); in ParsedFreeStandingDeclSpec()
4549 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()
4570 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
4657 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()
[all …]
HDSemaExprCXX.cpp382 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()
385 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in getDestructorTypeForDecltype()
390 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
HDSemaCodeComplete.cpp4198 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
4199 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
4225 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
HDSemaDeclCXX.cpp795 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()
4133 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
4135 } else if (DS.getTypeSpecType() == TST_decltype_auto) { in BuildMemInitializer()
10388 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h479 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function
625 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
1882 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2531 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp1050 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
1051 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()
1780 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1782 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
3840 D.getDeclSpec().getTypeSpecType() == TST_auto) { in ParseTrailingRequiresClause()
HDParser.cpp1037 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()
1039 LengthOfTSTToken(DS.getTypeSpecType())) in ParseDeclOrFunctionDefInternal()
HDParseDecl.cpp2978 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()
3315 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3873 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
5893 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
6523 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
HDParseTemplate.cpp958 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
HDParseExprCXX.cpp220 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto || in ParseOptionalCXXScopeSpecifier()
1743 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()