Searched refs:ObjCDictionaryElement (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h198 struct ObjCDictionaryElement { struct in namespace:clang
218 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {};
260 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
294 ArrayRef<ObjCDictionaryElement> VK,
307 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
310 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp98 ObjCDictionaryElement Element = E->getKeyValueElement(I);
H A DTreeTransform.h2522 ObjCDictionaryElement *Elements,
9289 SmallVector<ObjCDictionaryElement, 8> Elements;
9292 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I);
9335 ObjCDictionaryElement Expansion = {
9358 ObjCDictionaryElement Element = {
9395 ObjCDictionaryElement Element = {
H A DSemaExprObjC.cpp747 ObjCDictionaryElement *Elements,
/external/clang/lib/Parse/
H A DParseObjc.cpp2737 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements.
2775 ObjCDictionaryElement Element = {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp334 ObjCDictionaryElement Element = DL->getKeyValueElement(i);
/external/clang/lib/AST/
H A DExpr.cpp4077 ArrayRef<ObjCDictionaryElement> VK,
4114 ArrayRef<ObjCDictionaryElement> VK,
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp886 ObjCDictionaryElement Element = E->getKeyValueElement(i);
/external/clang/include/clang/Sema/
H A DSema.h4736 ObjCDictionaryElement *Elements,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2903 ObjCDictionaryElement Element = Exp->getKeyValueElement(i);

Completed in 2725 milliseconds