Searched defs:AttrRange (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 67 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 D | ParseDecl.cpp | 1661 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local 1671 CharSourceRange AttrRange(Range, true); in DiagnoseProhibitedAttributes() local
|
H A D | ParseDeclCXX.cpp | 1901 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3004 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local
|