Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1258 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()
1278 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1285 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1462 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()
2836 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()
2872 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()
2877 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()
2890 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()
2905 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type)) in GetDeclSpecTypeForDeclarator()
2916 D.getDeclSpec().getTypeSpecType() != DeclSpec::TST_auto_type) { in GetDeclSpecTypeForDeclarator()
[all …]
DDeclSpec.cpp279 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()
936 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()
1233 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
DSemaCXXScopeSpec.cpp847 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
850 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
DSemaTemplateVariadic.cpp701 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
DSemaDecl.cpp3830 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
3831 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3832 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
3833 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
3834 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
3874 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()); in ParsedFreeStandingDeclSpec()
3914 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange(); in ParsedFreeStandingDeclSpec()
3960 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()
3981 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
4068 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()
[all …]
DSemaExprCXX.cpp327 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()
329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
DSemaCodeComplete.cpp3464 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
DSemaDeclCXX.cpp2911 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
/external/clang/include/clang/Sema/
DDeclSpec.h479 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function
591 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
1716 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2223 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/external/clang/lib/Parse/
DParseDeclCXX.cpp879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
880 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()
1582 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1584 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
DParseDecl.cpp2631 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()
2960 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()
3348 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
5249 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
5714 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
DParseTemplate.cpp680 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParseExprCXX.cpp1563 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()