Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp825 auto KV = E->getKeyValueElement(I); in computeDependence()
H A DStmtPrinter.cpp2410 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/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 DTreeTransform.h13589 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
H A DSemaChecking.cpp12159 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1301 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()