Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h483 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function
610 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
1843 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2444 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1244 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()
1264 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1271 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1498 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()
1618 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
5365 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
5370 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
5404 if (DS.getTypeSpecType() == TST_typename) { in VisitElaboratedTypeLoc()
5420 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentNameTypeLoc()
5428 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentTemplateSpecializationTypeLoc()
[all …]
H A DDeclSpec.cpp331 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()
1024 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()
1327 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
H A DSemaCXXScopeSpec.cpp845 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
848 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp819 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp4215 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
4216 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4217 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4218 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
4219 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
4337 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()
4358 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
4445 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()
5118 switch (DS.getTypeSpecType()) { in RebuildDeclaratorInCurrentInstantiation()
12245 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
[all …]
H A DSemaExprCXX.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()
H A DSemaCodeComplete.cpp3812 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
3813 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
3839 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp767 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()
3878 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
3880 } else if (DS.getTypeSpecType() == TST_decltype_auto) { in BuildMemInitializer()
8726 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1038 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
1039 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()
1744 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1746 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
H A DParser.cpp957 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()
959 LengthOfTSTToken(DS.getTypeSpecType())) in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2868 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()
3182 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3644 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
5617 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
6204 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
H A DParseTemplate.cpp694 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParseExprCXX.cpp224 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto || in ParseOptionalCXXScopeSpecifier()
1548 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()