Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp646 } else if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
738 if (ValueType->isObjCBoxableRecordType()) { in BuildObjCBoxedExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp569 bool Type::isObjCBoxableRecordType() const { in isObjCBoxableRecordType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp90 if (ValueType->isObjCBoxableRecordType()) { in EmitObjCBoxedExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2035 bool isObjCBoxableRecordType() const;