Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1279 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()
1299 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1306 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1737 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
5948 if (DS.getTypeSpecType() == TST_typename) { in VisitElaboratedTypeLoc()
5964 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentNameTypeLoc()
5972 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentTemplateSpecializationTypeLoc()
5980 assert(DS.getTypeSpecType() == TST_auto || in VisitAutoTypeLoc()
5981 DS.getTypeSpecType() == TST_decltype_auto || in VisitAutoTypeLoc()
5982 DS.getTypeSpecType() == TST_auto_type || in VisitAutoTypeLoc()
[all …]
H A DDeclSpec.cpp343 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()
1105 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()
1437 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
H A DSemaCXXScopeSpec.cpp849 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
852 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp861 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp4576 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
4577 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4578 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4579 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
4580 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
4702 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()
4723 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
4813 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()
5506 switch (DS.getTypeSpecType()) { in RebuildDeclaratorInCurrentInstantiation()
13523 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
[all …]
H A DSemaExprCXX.cpp461 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()
464 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in getDestructorTypeForDecltype()
469 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
7672 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in ActOnPseudoDestructorExpr()
H A DSemaCodeComplete.cpp4288 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
4289 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
4315 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp820 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()
4216 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
4218 } else if (DS.getTypeSpecType() == TST_decltype_auto) { in BuildMemInitializer()
10814 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h476 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function
622 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
1896 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2558 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1069 if (DS.getTypeSpecType() == TST_error) { in AnnotateExistingDecltypeSpecifier()
1082 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
1083 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()
1805 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1807 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
3909 D.getDeclSpec().getTypeSpecType() == TST_auto) { in ParseTrailingRequiresClause()
H A DParser.cpp1074 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()
1076 LengthOfTSTToken(DS.getTypeSpecType())) in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2978 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()
3327 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3907 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
5985 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
6619 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
H A DParseTemplate.cpp971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParseExprCXX.cpp221 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto || in ParseOptionalCXXScopeSpecifier()
1736 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()