OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrRange
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttributeCommonInfo.h
64
SourceRange
AttrRange
;
76
AttributeCommonInfo(SourceRange
AttrRange
)
77
:
AttrRange
(
AttrRange
), ScopeLoc(), AttrKind(0), SyntaxUsed(0),
81
:
AttrRange
(AttrLoc), ScopeLoc(), AttrKind(0), SyntaxUsed(0),
85
const IdentifierInfo *ScopeName, SourceRange
AttrRange
,
87
: AttrName(AttrName), ScopeName(ScopeName),
AttrRange
(
AttrRange
),
93
const IdentifierInfo *ScopeName, SourceRange
AttrRange
,
95
: AttrName(AttrName), ScopeName(ScopeName),
AttrRange
(AttrRange)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
1783
SourceRange
AttrRange
= Attributes.Range;
1784
if (
AttrRange
.isValid()) {
1785
Diag(
AttrRange
.getBegin(), diag::err_attributes_not_allowed)
1786
<<
AttrRange
1788
CharSourceRange(
AttrRange
, true))
1789
<< FixItHint::CreateRemoval(
AttrRange
);
ParseDecl.cpp
1597
CharSourceRange
AttrRange
(SourceRange(Loc, Attrs.Range.getEnd()), true);
1600
<< FixItHint::CreateInsertionFromRange(CorrectLocation,
AttrRange
)
1601
<< FixItHint::CreateRemoval(
AttrRange
);
1607
CharSourceRange
AttrRange
(Range, true);
1609
<< FixItHint::CreateInsertionFromRange(CorrectLocation,
AttrRange
)
1610
<< FixItHint::CreateRemoval(
AttrRange
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2784
SourceRange
AttrRange
= Record.readSourceRange();
2790
AttributeCommonInfo Info(AttrName, ScopeName,
AttrRange
, ScopeLoc,
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026