Searched defs:CheckArrayAccess (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5529 CheckArrayAccess(E);
6216 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, function in class:Sema
6334 void Sema::CheckArrayAccess(const Expr *expr) { function in class:Sema
6341 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE,
6364 CheckArrayAccess(lhs);
6366 CheckArrayAccess(rhs);

Completed in 141 milliseconds