HomeSort by relevance Sort by last modified time
    Searched defs:IsArrow (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaExprMember.cpp 444 bool IsArrow, SourceLocation OpLoc,
459 if (!IsArrow) {
477 Context, BaseExpr, BaseType, IsArrow, OpLoc,
603 SourceLocation OpLoc, bool IsArrow,
688 BaseExpr, BaseExpr->getType(), OpLoc, IsArrow, SS, SourceLocation(),
697 ExprResult &BaseExpr, bool &IsArrow,
703 SourceLocation OpLoc, bool IsArrow,
714 IsArrow, OpLoc,
724 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
726 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 630 bool IsArrow;
634 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
643 MemberLoc(nameLoc), IsArrow(isArrow),
673 bool isArrow() const { return IsArrow; }
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 125 bool IsArrow = ME->isArrow();
129 CE, MD, ReturnValue, HasQualifier, Qualifier, IsArrow, Base);
134 bool HasQualifier, NestedNameSpecifier *Qualifier, bool IsArrow,
170 if (IsArrow)
342 /*IsArrow=*/false, E->getArg(0));
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 49 milliseconds