Searched refs:Tentative (Results 1 – 8 of 8) sorted by relevance
858 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local859 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()864 switch (Tentative) { in TryParseLambdaExpression()899 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer() argument900 if (Tentative) in ParseLambdaIntroducer()901 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer()914 if (Tentative) { in ParseLambdaIntroducer()915 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer()925 if (Tentative) in ParseLambdaIntroducer()926 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()[all …]
787 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local788 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()795 switch (Tentative) { in isCXX11AttributeSpecifier()
76 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
5569 Instruction *Tentative = &*IP; in HoistInsertPosition() local5575 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition()5579 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition()5585 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition()5594 IP = Tentative->getIterator(); in HoistInsertPosition()5614 Tentative = IDom->getTerminator(); in HoistInsertPosition()
977 // Tentative DWARF 6 language codes. This list is subject to change.
2010 LambdaIntroducerTentativeParse *Tentative = nullptr);