OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseExpr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
477
Sema::ActOnDependentMemberExpr(Expr *
BaseExpr
, QualType BaseType,
497
assert(
BaseExpr
&& "cannot happen with implicit member accesses");
499
<< BaseType <<
BaseExpr
->getSourceRange() << NameInfo.getSourceRange();
508
// Get the type being accessed in BaseType. If this is an arrow, the
BaseExpr
511
Context,
BaseExpr
, BaseType, IsArrow, OpLoc,
520
Expr *
BaseExpr
,
527
if (!
BaseExpr
)
546
bool Sema::CheckQualifiedMemberReference(Expr *
BaseExpr
,
562
if (!
BaseExpr
&& !(*I)->isCXXInstanceMember())
579
DiagnoseQualifiedMemberReference(*this,
BaseExpr
, BaseType, SS
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4351
Expr *
baseExpr
,
4353
: Expr(DesignatedInitUpdateExprClass,
baseExpr
->getType(), VK_RValue,
4355
BaseAndUpdaterExprs[0] =
baseExpr
;
4358
ILE->setType(
baseExpr
->getType());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
924
Expr *
BaseExpr
;
933
MSPropertyRefExpr(Expr *
baseExpr
, MSPropertyDecl *decl, bool isArrow,
936
: Expr(MSPropertyRefExprClass, ty, VK, OK_Ordinary),
BaseExpr
(
baseExpr
),
954
return
BaseExpr
->getBeginLoc();
964
return child_range((Stmt**)&
BaseExpr
, (Stmt**)&
BaseExpr
+ 1);
976
Expr *getBaseExpr() const { return
BaseExpr
; }
Completed in 45 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026