Searched defs:DeclRefExpr (Results 1 – 9 of 9) sorted by relevance
25 class DeclRefExpr; variable
51 class DeclRefExpr; variable
48 class DeclRefExpr; variable
295 friend class DeclRefExpr; // computeDependence in alignas() local368 friend class DeclRefExpr; in alignas() local
1250 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
33 class DeclRefExpr; variable
4120 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument4141 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
381 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr398 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
122 class DeclRefExpr; variable