Searched defs:isArrow (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, argument
661 bool isArrow() const { return IsArrow; } function in class:clang::MSPropertyRefExpr
H A DExprObjC.h499 bool isArrow() const { return IsArrow; } function in class:clang::ObjCIvarRefExpr
H A DExpr.h2516 bool isArrow() const { return IsArrow; } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp238 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
H A DItaniumMangle.cpp2464 mangleMemberExpr(const Expr *base, bool isArrow, NestedNameSpecifier *qualifier, NamedDecl *firstQualifierLookup, DeclarationName member, unsigned arity) argument
H A DExpr.cpp3261 bool ExtVectorElementExpr::isArrow() const { function in class:ExtVectorElementExpr
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp852 BuildMemberExpr(Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = 0) argument
H A DTreeTransform.h1624 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
9793 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp118 bool isArrow() const { return Op == EOP_Dot && Flags == 1; } function in class:__anon3047::SExpr::SExprNode
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3929 bool isArrow = DeclRefExp->refersToEnclosingLocal(); local
H A DRewriteModernObjC.cpp4874 bool isArrow = DeclRefExp->refersToEnclosingLocal(); local

Completed in 325 milliseconds