Searched defs:AttrRange (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 74 SourceRange AttrRange; global() variable 141 AttributeCommonInfo(const IdentifierInfo * AttrName,const IdentifierInfo * ScopeName,SourceRange AttrRange,SourceLocation ScopeLoc,Kind AttrKind,Form FormUsed) AttributeCommonInfo() argument 154 AttributeCommonInfo(const IdentifierInfo * AttrName,const IdentifierInfo * ScopeName,SourceRange AttrRange,SourceLocation ScopeLoc,Form FormUsed) AttributeCommonInfo() argument 161 AttributeCommonInfo(const IdentifierInfo * AttrName,SourceRange AttrRange,Form FormUsed) AttributeCommonInfo() argument 166 AttributeCommonInfo(SourceRange AttrRange,Kind K,Form FormUsed) AttributeCommonInfo() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1876 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); DiagnoseMisplacedCXX11Attribute() local 1888 CharSourceRange AttrRange(Attrs.Range, true); DiagnoseProhibitedAttributes() local
|
H A D | ParseDeclCXX.cpp | 2098 SourceRange AttrRange = Attributes.Range; ParseClassSpecifier() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3161 SourceRange AttrRange = Record.readSourceRange(); readAttr() local
|