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

References

tools/clang/lib/AST/StmtPrinter.cpp
 2319     ObjCDictionaryElement Element = E->getKeyValueElement(I);
tools/clang/lib/CodeGen/CGObjC.cpp
  177       const Expr *Key = DLE->getKeyValueElement(i).Key;
  184       const Expr *Value = DLE->getKeyValueElement(i).Value;
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2850     ObjCDictionaryElement Element = Exp->getKeyValueElement(i);
tools/clang/lib/Sema/SemaChecking.cpp
11435     auto Element = DictionaryLiteral->getKeyValueElement(I);
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  118         ObjCDictionaryElement Element = E->getKeyValueElement(I);
tools/clang/lib/Sema/TreeTransform.h
12331     ObjCDictionaryElement OrigElement = E->getKeyValueElement(I);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1105     ObjCDictionaryElement Element = E->getKeyValueElement(i);
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  331     ObjCDictionaryElement Element = DL->getKeyValueElement(i);