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

/external/clang/lib/Sema/
H A DSemaChecking.cpp6392 CheckArrayAccess(E);
7085 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, function in class:Sema
7203 void Sema::CheckArrayAccess(const Expr *expr) { function in class:Sema
7210 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE,
7233 CheckArrayAccess(lhs);
7235 CheckArrayAccess(rhs);

Completed in 100 milliseconds