Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h335 llvm::MDNode *NoObjCARCExceptionsMetadata = nullptr; variable
753 if (!NoObjCARCExceptionsMetadata) in getNoObjCARCExceptionsMetadata()
754 NoObjCARCExceptionsMetadata = in getNoObjCARCExceptionsMetadata()
756 return NoObjCARCExceptionsMetadata; in getNoObjCARCExceptionsMetadata()