Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h67 SourceRange AttrRange; variable
79 AttributeCommonInfo(SourceRange AttrRange) in AttributeCommonInfo()
88 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
96 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
103 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
110 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo()
116 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed) in AttributeCommonInfo()
121 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, in AttributeCommonInfo()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1661 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local
1671 CharSourceRange AttrRange(Range, true); in DiagnoseProhibitedAttributes() local
H A DParseDeclCXX.cpp1901 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3004 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local