Searched refs:CommonScopeLoc (Results 1 – 2 of 2) sorted by relevance
31 SourceLocation CommonScopeLoc) in AttributeScopeInfo() argument32 : Name(Name), NameLoc(NameLoc), CommonScopeLoc(CommonScopeLoc) {} in AttributeScopeInfo()38 bool isExplicit() const { return CommonScopeLoc.isInvalid(); } in isExplicit()43 SourceLocation CommonScopeLoc; variable
4653 SourceLocation CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal() local4662 CommonScopeLoc, SemaCodeCompletion::AttributeCompletion::Scope); in ParseCXX11AttributeSpecifierInternal()4715 << SourceRange(CommonScopeLoc); in ParseCXX11AttributeSpecifierInternal()4718 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal()4729 SourceRange(ScopeLoc.isValid() && CommonScopeLoc.isInvalid() in ParseCXX11AttributeSpecifierInternal()4733 AttributeScopeInfo(ScopeName, ScopeLoc, CommonScopeLoc), in ParseCXX11AttributeSpecifierInternal()