Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h404 bool hasEmptyCollections() const { in hasEmptyCollections() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6400 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
6409 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp124 if (NumElements == 0 && CGM.getLangOpts().ObjCRuntime.hasEmptyCollections()) { in EmitObjCCollectionLiteral()