Searched refs:getTypeSpecScope (Results 1 – 4 of 4) sorted by relevance
460 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function461 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
2264 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2273 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2326 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()3109 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
908 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1116 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
778 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()3144 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()