Home
last modified time | relevance | path

Searched refs:AttrRange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h74 SourceRange AttrRange; variable
141 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() argument
143 : AttrName(AttrName), ScopeName(ScopeName), AttrRange(AttrRange), in AttributeCommonInfo()
154 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() argument
157 AttrName, ScopeName, AttrRange, ScopeLoc, in AttributeCommonInfo()
161 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo() argument
163 : AttributeCommonInfo(AttrName, nullptr, AttrRange, SourceLocation(), in AttributeCommonInfo()
166 AttributeCommonInfo(SourceRange AttrRange, Kind K, Form FormUsed) in AttributeCommonInfo() argument
167 : AttributeCommonInfo(nullptr, nullptr, AttrRange, SourceLocation(), K, in AttributeCommonInfo()
181 SourceLocation getLoc() const { return AttrRange.getBegin(); } in getLoc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2098 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
2099 if (AttrRange.isValid()) { in ParseClassSpecifier()
2101 auto Loc = AttrRange.getBegin(); in ParseClassSpecifier()
2105 << AttrRange in ParseClassSpecifier()
2107 AttrFixitLoc, CharSourceRange(AttrRange, true)) in ParseClassSpecifier()
2108 << FixItHint::CreateRemoval(AttrRange); in ParseClassSpecifier()
H A DParseDecl.cpp1884 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local
1888 << FixItHint::CreateInsertionFromRange(CorrectLocation, AttrRange) in DiagnoseMisplacedCXX11Attribute()
1889 << FixItHint::CreateRemoval(AttrRange); in DiagnoseMisplacedCXX11Attribute()
1896 CharSourceRange AttrRange(Attrs.Range, true); in DiagnoseProhibitedAttributes() local
1900 << FixItHint::CreateInsertionFromRange(CorrectLocation, AttrRange) in DiagnoseProhibitedAttributes()
1901 << FixItHint::CreateRemoval(AttrRange); in DiagnoseProhibitedAttributes()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3136 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local
3146 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()