HomeSort by relevance Sort by last modified time
    Searched refs:DeclRef (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Analysis/
Consumed.cpp 504 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
847 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl()))
849 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var)));
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 995 milliseconds