Searched refs:getTypeSpecScope (Results 1 – 5 of 5) sorted by relevance
489 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function490 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
2791 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2800 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2862 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()3775 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
1057 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1347 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
1381 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()4643 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()
3779 const CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParsedFreeStandingDeclSpec()