Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h436 bool hasEmptyCollections() const { in hasEmptyCollections() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7556 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
7565 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in MaybeBindToTemporary()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp134 if (NumElements == 0 && CGM.getLangOpts().ObjCRuntime.hasEmptyCollections()) { in EmitObjCCollectionLiteral()