Home
last modified time | relevance | path

Searched refs:DictWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp59 DictWithObjectsMethod(method) { in ObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h324 ObjCMethodDecl *DictWithObjectsMethod; variable
378 return DictWithObjectsMethod; in getDictWithObjectsMethod()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1475 E->DictWithObjectsMethod = readDeclAs<ObjCMethodDecl>(); in VisitObjCDictionaryLiteral()