Home
last modified time | relevance | path

Searched refs:IndexNegated (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp9576 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
9592 if (IndexNegated) in CheckArrayAccess()
/external/clang/include/clang/Sema/
DSema.h9332 bool AllowOnePastEnd=true, bool IndexNegated=false);