OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseExpr
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
ExprCXX.h
615
Expr *
BaseExpr
;
622
MSPropertyRefExpr(Expr *
baseExpr
, MSPropertyDecl *decl, bool isArrow,
627
/*type-dependent*/ false,
baseExpr
->isValueDependent(),
628
baseExpr
->isInstantiationDependent(),
629
baseExpr
->containsUnexpandedParameterPack()),
630
BaseExpr
(
baseExpr
), TheDecl(decl),
644
return
BaseExpr
->getLocStart();
653
return child_range((Stmt**)&
BaseExpr
, (Stmt**)&
BaseExpr
+ 1)
[
all
...]
/external/clang/lib/Sema/
SemaExprMember.cpp
447
Sema::ActOnDependentMemberExpr(Expr *
BaseExpr
, QualType BaseType,
467
assert(
BaseExpr
&& "cannot happen with implicit member accesses");
469
<< BaseType <<
BaseExpr
->getSourceRange() << NameInfo.getSourceRange();
478
// Get the type being accessed in BaseType. If this is an arrow, the
BaseExpr
480
return Owned(CXXDependentScopeMemberExpr::Create(Context,
BaseExpr
, BaseType,
492
Expr *
BaseExpr
,
499
if (!
BaseExpr
)
518
bool Sema::CheckQualifiedMemberReference(Expr *
BaseExpr
,
534
if (!
BaseExpr
&& !(*I)->isCXXInstanceMember())
551
DiagnoseQualifiedMemberReference(*this,
BaseExpr
, BaseType, SS
[
all
...]
Completed in 578 milliseconds