Searched defs:AttrRange (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 64 SourceRange AttrRange; variable 76 AttributeCommonInfo(SourceRange AttrRange) in AttributeCommonInfo() 85 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 93 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 100 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 107 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo() 113 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed) in AttributeCommonInfo() 118 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, in AttributeCommonInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1597 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true); in DiagnoseMisplacedCXX11Attribute() local 1607 CharSourceRange AttrRange(Range, true); in DiagnoseProhibitedAttributes() local
|
H A D | ParseDeclCXX.cpp | 1783 SourceRange AttrRange = Attributes.Range; in ParseClassSpecifier() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2784 SourceRange AttrRange = Record.readSourceRange(); in readAttr() local
|