Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp619 } else if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
716 if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp449 bool Type::isObjCBoxableRecordType() const { in isObjCBoxableRecordType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp83 if (ValueType->isObjCBoxableRecordType()) { in EmitObjCBoxedExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1967 bool isObjCBoxableRecordType() const;