Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ObjCDictionaryLiteral

97                                        check::PostStmt<ObjCDictionaryLiteral>,
130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
329 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
1182 check::PostStmt<ObjCDictionaryLiteral>,
1202 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const {