Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp712 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()
732 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
739 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1122 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()
3504 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
3554 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
3559 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
3595 if (DS.getTypeSpecType() == TST_typename) { in VisitElaboratedTypeLoc()
3611 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentNameTypeLoc()
3619 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentTemplateSpecializationTypeLoc()
[all …]
H A DDeclSpec.cpp287 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()
913 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()
1195 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
H A DSemaCXXScopeSpec.cpp794 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
797 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaDecl.cpp3414 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
3415 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3416 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
3417 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
3418 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
3523 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()
3544 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
3629 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()
4300 switch (DS.getTypeSpecType()) { in RebuildDeclaratorInCurrentInstantiation()
9700 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()
[all …]
H A DSemaTemplateVariadic.cpp706 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
H A DSemaExprCXX.cpp325 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()
327 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
H A DSemaCodeComplete.cpp3345 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp2876 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h483 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function
587 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
1632 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2124 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp865 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
866 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()
1519 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1521 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
H A DParseDecl.cpp2508 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()
2831 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3176 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
4939 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
5396 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
H A DParseTemplate.cpp665 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParseExprCXX.cpp1486 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()