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 244 void DeclRefExpr::computeDependence(ASTContext &Ctx) {
278 DeclRefExpr::DeclRefExpr(ASTContext &Ctx,
315 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
331 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
345 std::size_t Size = sizeof(DeclRefExpr);
355 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
356 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
  /external/clang/include/clang/AST/
Expr.h 791 class DeclRefExpr : public Expr {
810 return const_cast<DeclRefExpr *>(this)->getInternalQualifierLoc();
    [all...]

Completed in 60 milliseconds