/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 587 bool isArrow() const { return IsArrow; } in isArrow() function 1518 bool isArrow() const { return IsArrow; } isArrow() function
|
H A D | ExprCXX.h | 943 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr() argument 988 bool isArrow() const { return IsArrow; } in isArrow() function 2680 bool isArrow() const { return IsArrow; } isArrow() function 3784 bool isArrow() const { return CXXDependentScopeMemberExprBits.IsArrow; } isArrow() function 4033 bool isArrow() const { return UnresolvedMemberExprBits.IsArrow; } isArrow() function
|
H A D | Expr.h | 3361 bool isArrow() const { return MemberExprBits.IsArrow; } isArrow() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 935 bool isArrow() const { return (Flags & 0x01) != 0; } in isArrow() function
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 372 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
|
H A D | ItaniumMangle.cpp | 4500 mangleMemberExpr(const Expr * base,bool isArrow,NestedNameSpecifier * qualifier,NamedDecl * firstQualifierLookup,DeclarationName member,const TemplateArgumentLoc * TemplateArgs,unsigned NumTemplateArgs,unsigned arity) mangleMemberExpr() argument
|
H A D | Expr.cpp | 4301 bool ExtVectorElementExpr::isArrow() const { isArrow() function in ExtVectorElementExpr
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3834 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || RewriteBlockDeclRefExpr() local
|
H A D | RewriteModernObjC.cpp | 4664 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || RewriteBlockDeclRefExpr() local
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6487 AST_POLYMORPHIC_MATCHER(isArrow,AST_POLYMORPHIC_SUPPORTED_TYPES (MemberExpr,UnresolvedMemberExpr,CXXDependentScopeMemberExpr)) AST_POLYMORPHIC_MATCHER() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2853 RebuildMemberExpr(Expr * Base,SourceLocation OpLoc,bool isArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,ValueDecl * Member,NamedDecl * FoundDecl,const TemplateArgumentListInfo * ExplicitTemplateArgs,NamedDecl * FirstQualifierInScope) RebuildMemberExpr() argument 16401 RebuildCXXPseudoDestructorExpr(Expr * Base,SourceLocation OperatorLoc,bool isArrow,CXXScopeSpec & SS,TypeSourceInfo * ScopeType,SourceLocation CCLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage Destroyed) RebuildCXXPseudoDestructorExpr() argument [all...] |