HomeSort by: relevance | last modified time | path
    Searched refs:ObjCDictionaryElement (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
79 ArrayRef<ObjCDictionaryElement> VK,
StmtPrinter.cpp 2410 ObjCDictionaryElement Element = E->getKeyValueElement(I);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 263 struct ObjCDictionaryElement {
329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
349 ArrayRef<ObjCDictionaryElement> VK,
362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
365 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 118 ObjCDictionaryElement Element = E->getKeyValueElement(I);
SemaExprObjC.cpp 954 MutableArrayRef<ObjCDictionaryElement> Elements) {
1089 for (ObjCDictionaryElement &Element : Elements) {
TreeTransform.h 3438 MutableArrayRef<ObjCDictionaryElement> Elements) {
13586 SmallVector<ObjCDictionaryElement, 8> Elements;
13589 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I);
13630 ObjCDictionaryElement Expansion = {
13653 ObjCDictionaryElement Element = {
13690 ObjCDictionaryElement Element = {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 331 ObjCDictionaryElement Element = DL->getKeyValueElement(i);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 3454 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements.
3501 ObjCDictionaryElement Element = {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1301 ObjCDictionaryElement Element = E->getKeyValueElement(i);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6870 MutableArrayRef<ObjCDictionaryElement> Elements);

Completed in 100 milliseconds