Home | History | Annotate | Download | only in AST

Lines Matching defs:DeclRefExpr

956 class DeclRefExpr final
958 private llvm::TrailingObjects<DeclRefExpr, NestedNameSpecifierLoc,
987 DeclRefExpr(const ASTContext &Ctx,
997 explicit DeclRefExpr(EmptyShell Empty)
1005 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T,
1019 static DeclRefExpr *
1026 static DeclRefExpr *
1035 static DeclRefExpr *CreateEmpty(const ASTContext &Context,
1163 /// \brief Does this DeclRefExpr refer to an enclosing local or a captured