Home
last modified time | relevance | path

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

/minix3/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()
909 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()
1122 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()
2180 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()
2262 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_decltype_auto; in GetDeclSpecTypeForDeclarator()
2705 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto in GetFullTypeForDeclarator()
3504 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
3554 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
[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()
3454 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()
3455 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()
3456 DS.getTypeSpecType() == DeclSpec::TST_interface ? 2 : in ParsedFreeStandingDeclSpec()
3457 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()
3484 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()
[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()
/minix3/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()
/minix3/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()