Searched refs:isReference (Results 1 – 5 of 5) sorted by relevance
2003 ConstantEmission(llvm::Constant *C, bool isReference) in ConstantEmission() argument2004 : ValueAndIsReference(C, isReference) {} in ConstantEmission()2016 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference() function2018 assert(isReference()); in getReferenceLValue()2024 assert(!isReference()); in getValue()
115 if (result.isReference()) in VisitDeclRefExpr()
230 if (result.isReference()) in VisitDeclRefExpr()
980 bool isReference() { return !Exp; } in isReference() function1263 assert(VDef->isReference()); in intersectBackEdge()
1281 bool isReference) { in inferARCLifetimeForPointee() argument1317 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee()1319 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()