OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrEnd
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp
693
Token
AttrEnd
;
694
AttrEnd
.startToken();
695
AttrEnd
.setKind(tok::eof);
696
AttrEnd
.setLocation(Tok.getLocation());
697
AttrEnd
.setEofData(LA.Toks.data());
698
LA.Toks.push_back(
AttrEnd
);
761
if (Tok.is(tok::eof) && Tok.getEofData() ==
AttrEnd
.getEofData())
ParseExprCXX.cpp
3887
Token
AttrEnd
;
3888
AttrEnd
.startToken();
3889
AttrEnd
.setKind(tok::eof);
3890
AttrEnd
.setLocation(Tok.getLocation());
3891
AttrEnd
.setEofData(Toks.data());
3892
Toks.push_back(
AttrEnd
);
3919
assert(Tok.is(tok::eof) && Tok.getEofData() ==
AttrEnd
.getEofData());
3960
assert(Tok.getEofData() ==
AttrEnd
.getEofData());
3967
assert(Tok.is(tok::eof) && Tok.getEofData() ==
AttrEnd
.getEofData());
ParseDeclCXX.cpp
4293
checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::
AttrEnd
);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1060
AttrEnd
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
12931
SourceLocation
AttrEnd
) {
12946
D.takeAttributes(Attrs,
AttrEnd
);
12954
AttrEnd
.isValid() ?
AttrEnd
: IdentLoc);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2772
SourceLocation
AttrEnd
);
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026