Searched refs:getTypeSpecScope (Results 1 – 4 of 4) sorted by relevance
448 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function449 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
1969 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()1978 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2031 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2787 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
893 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1018 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
775 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()2977 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()