Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h436 bool hasEmptyCollections() const { in hasEmptyCollections() function
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7704 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in ActOnDecltypeExpression()
7713 Context.getLangOpts().ObjCRuntime.hasEmptyCollections()) in ActOnDecltypeExpression()
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp133 if (NumElements == 0 && CGM.getLangOpts().ObjCRuntime.hasEmptyCollections()) { in EmitObjCCollectionLiteral()