Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DObjCRuntime.h419 bool hasEmptyCollections() const { in hasEmptyCollections() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6957 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
6966 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp131 if (NumElements == 0 && CGM.getLangOpts().ObjCRuntime.hasEmptyCollections()) { in EmitObjCCollectionLiteral()