OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ellipsisLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
233
SourceLocation
EllipsisLoc
;
297
SourceLocation
ellipsisLoc
)
300
EllipsisLoc
(
ellipsisLoc
), NumArgs(numArgs), Invalid(false),
462
bool isPackExpansion() const { return
EllipsisLoc
.isValid(); }
463
SourceLocation getEllipsisLoc() const { return
EllipsisLoc
; }
791
SourceLocation
ellipsisLoc
= SourceLocation()) {
803
args, numArgs, syntax,
ellipsisLoc
));
994
SourceLocation
ellipsisLoc
= SourceLocation()) {
996
args, numArgs, syntax,
ellipsisLoc
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
1206
SourceLocation caseLoc, SourceLocation
ellipsisLoc
,
1213
return new (Mem) CaseStmt(lhs, rhs, caseLoc,
ellipsisLoc
, colonLoc);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
1727
SourceLocation
ellipsisLoc
;
1728
TryConsumeToken(tok::ellipsis,
ellipsisLoc
);
1729
if (typeArg.isUsable() &&
ellipsisLoc
.isValid()) {
1730
typeArg = Actions.ActOnPackExpansion(typeArg.get(),
ellipsisLoc
);
3495
SourceLocation
EllipsisLoc
;
3497
TryConsumeToken(tok::ellipsis,
EllipsisLoc
);
3502
KeyExpr.get(), ValueExpr.get(),
EllipsisLoc
, None
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1604
SourceLocation
ellipsisLoc
, SourceLocation colonLoc)
1613
setEllipsisLoc(
ellipsisLoc
);
1626
SourceLocation caseLoc, SourceLocation
ellipsisLoc
,
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026