Searched refs:IsImmediateInvocation (Results 1 – 5 of 5) sorted by relevance
274 bool IsImmediateInvocation) in ConstantExpr() argument281 ConstantExprBits.IsImmediateInvocation = IsImmediateInvocation; in ConstantExpr()289 bool IsImmediateInvocation) { in Create() argument297 return new (Mem) ConstantExpr(E, StorageKind, IsImmediateInvocation); in Create()
1062 bool IsImmediateInvocation);1070 bool IsImmediateInvocation = false);1101 return ConstantExprBits.IsImmediateInvocation; in isImmediateInvocation()
345 unsigned IsImmediateInvocation : 1; variable
563 Record.push_back(E->ConstantExprBits.IsImmediateInvocation); in VisitConstantExpr()
558 E->ConstantExprBits.IsImmediateInvocation = Record.readInt(); in VisitConstantExpr()