Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h95 class ObjCDictionaryLiteral; variable
H A DExprObjC.h334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() function
H A DStmt.h301 friend class ObjCDictionaryLiteral; // ctor in alignas() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() function in ObjCDictionaryLiteral