Home
last modified time | relevance | path

Searched defs:ObjCDictionaryLiteral (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h100 class ObjCDictionaryLiteral; variable
H A DExprObjC.h333 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() function
H A DStmt.h306 friend class ObjCDictionaryLiteral; // ctor variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() function in ObjCDictionaryLiteral