Searched refs:getTypeSpecScope (Results 1 – 5 of 5) sorted by relevance
500 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function501 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
2711 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2720 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2781 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()3641 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
1043 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1307 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
910 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()3606 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()
3474 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParsedFreeStandingDeclSpec()