reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2826   SourceLocation StartLoc = Exp->getBeginLoc();
 2827   SourceLocation EndLoc = Exp->getEndLoc();
 2841   unsigned NumElements = Exp->getNumElements();
 2850     ObjCDictionaryElement Element = Exp->getKeyValueElement(i);
 2892   QualType expType = Exp->getType();
 2907   ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod();
 2938   QualType returnType = Exp->getType();
 2962   ReplaceStmt(Exp, CE);