Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp342 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp941 auto KV = E->getKeyValueElement(I);
H A DStmtPrinter.cpp2666 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCMessageExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp122 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp933 Expr *Key = Literal->getKeyValueElement(Idx).Key->IgnoreParenImpCasts(); in CheckObjCDictionaryLiteralDuplicateKeys()
H A DTreeTransform.h15455 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformCapturedStmt()
H A DSemaChecking.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/freebsd-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()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1419 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()