Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprObjC.h587 bool isArrow() const { return IsArrow; } in isArrow() function
1518 bool isArrow() const { return IsArrow; } isArrow() function
H A DExprCXX.h943 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 DExpr.h3361 bool isArrow() const { return MemberExprBits.IsArrow; } isArrow() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h935 bool isArrow() const { return (Flags & 0x01) != 0; } in isArrow() function
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp372 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
H A DItaniumMangle.cpp4500 mangleMemberExpr(const Expr * base,bool isArrow,NestedNameSpecifier * qualifier,NamedDecl * firstQualifierLookup,DeclarationName member,const TemplateArgumentLoc * TemplateArgs,unsigned NumTemplateArgs,unsigned arity) mangleMemberExpr() argument
H A DExpr.cpp4301 bool ExtVectorElementExpr::isArrow() const { isArrow() function in ExtVectorElementExpr
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3834 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || RewriteBlockDeclRefExpr() local
H A DRewriteModernObjC.cpp4664 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || RewriteBlockDeclRefExpr() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6487 AST_POLYMORPHIC_MATCHER(isArrow,AST_POLYMORPHIC_SUPPORTED_TYPES (MemberExpr,UnresolvedMemberExpr,CXXDependentScopeMemberExpr)) AST_POLYMORPHIC_MATCHER() argument
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2853 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...]