Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h685 BuildObjCDictionaryLiteral(SourceRange SR,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3582 return Actions.ObjC().BuildObjCDictionaryLiteral(SourceRange(AtLoc, EndLoc), in ParseObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp960 ExprResult SemaObjC::BuildObjCDictionaryLiteral( in BuildObjCDictionaryLiteral() function in SemaObjC
H A DTreeTransform.h3763 return getSema().ObjC().BuildObjCDictionaryLiteral(Range, Elements); in RebuildObjCDictionaryLiteral()