/external/clang/include/clang/AST/ |
D | ExprObjC.h | 212 struct ObjCDictionaryElement { struct 232 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument 284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 296 ArrayRef<ObjCDictionaryElement> VK, 309 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { 312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
|
/external/llvm-project/clang/lib/AST/ |
D | ExprObjC.cpp | 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() 79 ArrayRef<ObjCDictionaryElement> VK, in Create()
|
D | StmtPrinter.cpp | 2423 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 263 struct ObjCDictionaryElement { struct 329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 349 ArrayRef<ObjCDictionaryElement> VK, 362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() 365 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None }; in getKeyValueElement()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() 90 ArrayRef<ObjCDictionaryElement> VK, in Create()
|
D | StmtPrinter.cpp | 2437 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 98 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
D | TreeTransform.h | 2852 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral() 10947 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral() 10950 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() 10993 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral() 11016 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral() 11053 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
|
D | SemaExprObjC.cpp | 871 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral() 1008 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 118 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
D | SemaExprObjC.cpp | 954 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral() 1089 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
|
D | TreeTransform.h | 3349 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral() 13346 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral() 13349 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() 13390 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral() 13413 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral() 13450 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 3450 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 3497 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 3448 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 3486 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1300 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 947 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2856 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5233 MutableArrayRef<ObjCDictionaryElement> Elements);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6723 MutableArrayRef<ObjCDictionaryElement> Elements);
|