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
2717 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2726 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2787 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()3647 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
1049 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1313 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
912 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()3652 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()
3597 const CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParsedFreeStandingDeclSpec()