Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h74 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 DParseDecl.cpp1876 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); DiagnoseMisplacedCXX11Attribute() local
1888 CharSourceRange AttrRange(Attrs.Range, true); DiagnoseProhibitedAttributes() local
H A DParseDeclCXX.cpp2098 SourceRange AttrRange = Attributes.Range; ParseClassSpecifier() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3161 SourceRange AttrRange = Record.readSourceRange(); readAttr() local