OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AmpAmpLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
1430
SourceLocation
AmpAmpLoc
= ConsumeToken();
1437
Diag(
AmpAmpLoc
, diag::ext_gnu_address_of_label);
1440
Res = Actions.ActOnAddrLabel(
AmpAmpLoc
, Tok.getLocation(), LD);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4227
SourceLocation
AmpAmpLoc
, LabelLoc;
4232
: Expr(AddrLabelExprClass, t, VK_RValue, OK_Ordinary),
AmpAmpLoc
(AALoc),
4241
SourceLocation getAmpAmpLoc() const { return
AmpAmpLoc
; }
4242
void setAmpAmpLoc(SourceLocation L) {
AmpAmpLoc
= L; }
4246
SourceLocation getBeginLoc() const LLVM_READONLY { return
AmpAmpLoc
; }
Completed in 55 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026