OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SavedLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
1355
SourceLocation
SavedLoc
= ConsumeToken();
1356
PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp,
SavedLoc
);
1360
Res = Actions.ActOnUnaryOp(getCurScope(),
SavedLoc
, SavedKind, Arg);
1377
SourceLocation
SavedLoc
= ConsumeToken();
1378
PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind,
SavedLoc
);
1382
Res = Actions.ActOnUnaryOp(getCurScope(),
SavedLoc
, SavedKind, Arg);
1384
Res = Actions.CreateRecoveryExpr(
SavedLoc
, Arg->getEndLoc(), Arg);
1404
SourceLocation
SavedLoc
= ConsumeToken();
1407
Res = Actions.ActOnUnaryOp(getCurScope(),
SavedLoc
, SavedKind, Res.get());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
15360
SourceLocation
SavedLoc
;
15366
: Diags(Diags),
SavedLoc
(Loc), IsIgnored(IsIgnored) {
15374
Diags.popMappings(
SavedLoc
);
Completed in 61 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026