Home
last modified time | relevance | path

Searched refs:CommonScopeLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeScopeInfo.h31 SourceLocation CommonScopeLoc) in AttributeScopeInfo() argument
32 : Name(Name), NameLoc(NameLoc), CommonScopeLoc(CommonScopeLoc) {} in AttributeScopeInfo()
38 bool isExplicit() const { return CommonScopeLoc.isInvalid(); } in isExplicit()
43 SourceLocation CommonScopeLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4653 SourceLocation CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal() local
4662 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()