Searched refs:TyI (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp56 CallEvent::param_type_iterator TyI = Call.param_type_begin(), local
64 if (TyI != TyE) {
65 haveRefTypeParam = (*TyI)->isReferenceType();
66 TyI++;

Completed in 198 milliseconds