Home
last modified time | relevance | path

Searched defs: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()
154 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
161 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo()
166 AttributeCommonInfo(SourceRange AttrRange, Kind K, Form FormUsed) in AttributeCommonInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1884 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local
1896 CharSourceRange AttrRange(Attrs.Range, true); in DiagnoseProhibitedAttributes() local
H A DParseDeclCXX.cpp2098 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3136 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local