Searched refs:IsImmediateInvocation (Results 1 – 5 of 5) sorted by relevance
276 bool IsImmediateInvocation) in ConstantExpr() argument283 ConstantExprBits.IsImmediateInvocation = IsImmediateInvocation; in ConstantExpr()291 bool IsImmediateInvocation) { in Create() argument299 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
564 Record.push_back(E->ConstantExprBits.IsImmediateInvocation); in VisitConstantExpr()
560 E->ConstantExprBits.IsImmediateInvocation = Record.readInt(); in VisitConstantExpr()