Searched defs:AttrRange (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 74 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 D | ParseDecl.cpp | 1884 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local 1896 CharSourceRange AttrRange(Attrs.Range, true); in DiagnoseProhibitedAttributes() local
|
H A D | ParseDeclCXX.cpp | 2098 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3136 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local
|