HomeSort by relevance Sort by last modified time
    Searched defs:DeclRefExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp 315 void DeclRefExpr::computeDependence(ASTContext &Ctx) {
349 DeclRefExpr::DeclRefExpr(ASTContext &Ctx,
386 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
402 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
416 std::size_t Size = sizeof(DeclRefExpr);
426 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
427 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 488 milliseconds