Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp833 auto KV = E->getKeyValueElement(I); in computeDependence()
H A DStmtPrinter.cpp2423 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp118 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp926 Expr *Key = Literal->getKeyValueElement(Idx).Key->IgnoreParenImpCasts(); in CheckObjCDictionaryLiteralDuplicateKeys()
H A DSemaChecking.cpp12432 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()
H A DTreeTransform.h13654 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp180 const Expr *Key = DLE->getKeyValueElement(i).Key; in EmitObjCCollectionLiteral()
187 const Expr *Value = DLE->getKeyValueElement(i).Value; in EmitObjCCollectionLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1312 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()