Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp647 } else if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
739 if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp573 bool Type::isObjCBoxableRecordType() const { in isObjCBoxableRecordType() function in Type
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp93 if (ValueType->isObjCBoxableRecordType()) { in EmitObjCBoxedExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2171 bool isObjCBoxableRecordType() const;