Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h2003 ConstantEmission(llvm::Constant *C, bool isReference) in ConstantEmission() argument
2004 : ValueAndIsReference(C, isReference) {} in ConstantEmission()
2016 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference() function
2018 assert(isReference()); in getReferenceLValue()
2024 assert(!isReference()); in getValue()
HDCGExprComplex.cpp115 if (result.isReference()) in VisitDeclRefExpr()
HDCGExprScalar.cpp230 if (result.isReference()) in VisitDeclRefExpr()
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafety.cpp980 bool isReference() { return !Exp; } in isReference() function
1263 assert(VDef->isReference()); in intersectBackEdge()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1281 bool isReference) { in inferARCLifetimeForPointee() argument
1317 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee()
1319 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()