Searched refs:getTypeSpecScope (Results 1 – 5 of 5) sorted by relevance
499 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function500 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
2846 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2855 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()2916 DS.getTypeSpecScope() = SS; in ParseDeclarationSpecifiers()3864 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseEnumSpecifier()
1056 DS.getTypeSpecScope() = SS; in ParseBaseTypeSpecifier()1363 CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParseClassSpecifier()
1463 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()4932 const CXXScopeSpec& SS = DS.getTypeSpecScope(); in VisitElaboratedTypeLoc()
3899 const CXXScopeSpec &SS = DS.getTypeSpecScope(); in ParsedFreeStandingDeclSpec()