forked from OSchip/llvm-project
parent
a2cca7dbdf
commit
24d4888a85
|
@ -486,6 +486,10 @@ protected:
|
|||
/// evaluate to an LVal representing the location of the referred Decl.
|
||||
void VisitLVal(Expr* Ex, NodeTy* Pred, NodeSet& Dst);
|
||||
|
||||
/// VisitArraySubscriptExpr - Transfer function for array accesses.
|
||||
void VisitArraySubscriptExpr(ArraySubscriptExpr* Ex, NodeTy* Pred,
|
||||
NodeSet& Dst, bool asLVal);
|
||||
|
||||
/// VisitAsmStmt - Transfer function logic for inline asm.
|
||||
void VisitAsmStmt(AsmStmt* A, NodeTy* Pred, NodeSet& Dst);
|
||||
|
||||
|
|
Loading…
Reference in New Issue