Home
last modified time | relevance | path

Searched refs:BuildObjCDictionaryLiteral (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h685 BuildObjCDictionaryLiteral(SourceRange SR,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp3582 return Actions.ObjC().BuildObjCDictionaryLiteral(SourceRange(AtLoc, EndLoc), in ParseObjCDictionaryLiteral()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp960 ExprResult SemaObjC::BuildObjCDictionaryLiteral( in BuildObjCDictionaryLiteral() function in SemaObjC
HDTreeTransform.h3763 return getSema().ObjC().BuildObjCDictionaryLiteral(Range, Elements); in RebuildObjCDictionaryLiteral()