Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp942 auto KV = E->getKeyValueElement(I); in computeDependence()
H A DStmtPrinter.cpp2804 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp341 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h360 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp133 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaObjC.cpp2401 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkDictionaryLiteral()
H A DSemaExprObjC.cpp928 Expr *Key = Literal->getKeyValueElement(Idx).Key->IgnoreParenImpCasts(); in CheckObjCDictionaryLiteralDuplicateKeys()
H A DTreeTransform.h16594 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
/freebsd/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/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1442 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2857 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()