Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h239 struct ObjCDictionaryElement { struct
261 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument
311 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
331 ArrayRef<ObjCDictionaryElement> VK,
344 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
347 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp59 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
96 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2250 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp119 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DTreeTransform.h2978 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
11821 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
11824 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
11865 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
11888 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
11925 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
H A DSemaExprObjC.cpp876 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1013 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp3427 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3474 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1049 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2853 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5713 MutableArrayRef<ObjCDictionaryElement> Elements);