HomeSort by: relevance | last modified time | path
    Searched defs:DeclRefExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 381 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D,
398 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx,
426 "built a DeclRefExpr with dependent template args");
435 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
449 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
470 void *Mem = Context.Allocate(Size, alignof(DeclRefExpr));
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1213 class DeclRefExpr final
1215 private llvm::TrailingObjects<DeclRefExpr, NestedNameSpecifierLoc,
1245 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc,
1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {}
1256 DeclRefExpr(const ASTContext &Ctx, ValueDecl *D,
1262 static DeclRefExpr *
1270 static DeclRefExpr *
1280 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
1413 /// Does this DeclRefExpr refer to an enclosing local or a captured

Completed in 150 milliseconds