Home
last modified time | relevance | path

Searched refs:getKeyValueElement (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp342 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp941 auto KV = E->getKeyValueElement(I); in computeDependence()
H A DStmtPrinter.cpp2666 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp122 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaObjC.cpp2402 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkDictionaryLiteral()
H A DSemaExprObjC.cpp933 Expr *Key = Literal->getKeyValueElement(Idx).Key->IgnoreParenImpCasts(); in CheckObjCDictionaryLiteralDuplicateKeys()
H A DTreeTransform.h15455 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp183 const Expr *Key = DLE->getKeyValueElement(i).Key; in EmitObjCCollectionLiteral()
190 const Expr *Value = DLE->getKeyValueElement(i).Value; in EmitObjCCollectionLiteral()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1419 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()