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

  /external/clang/lib/Sema/
SemaExprMember.cpp 458 bool IsArrow, SourceLocation OpLoc,
473 if (!IsArrow) {
491 Context, BaseExpr, BaseType, IsArrow, OpLoc,
617 SourceLocation OpLoc, bool IsArrow,
702 BaseExpr, BaseExpr->getType(), OpLoc, IsArrow, SS, SourceLocation(),
711 ExprResult &BaseExpr, bool &IsArrow,
717 SourceLocation OpLoc, bool IsArrow,
728 IsArrow, OpLoc,
738 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
740 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 667 bool IsArrow;
671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
680 MemberLoc(nameLoc), IsArrow(isArrow),
710 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)
344 /*IsArrow=*/false, E->getArg(0));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 682 bool IsArrow;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
695 MemberLoc(nameLoc), IsArrow(isArrow),
725 bool isArrow() const { return IsArrow; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 210 milliseconds