Searched refs:Tentative (Results 1 – 9 of 9) sorted by relevance
784 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local790 switch (Tentative) { in TryParseLambdaExpression()826 if (Tentative) in ParseLambdaIntroducer()840 if (Tentative) { in ParseLambdaIntroducer()851 if (Tentative) in ParseLambdaIntroducer()866 Tentative = nullptr; in ParseLambdaIntroducer()872 Tentative = nullptr; in ParseLambdaIntroducer()883 !(getLangOpts().ObjC && Tentative)) { in ParseLambdaIntroducer()983 if (Tentative) { in ParseLambdaIntroducer()1007 if (!Tentative) { in ParseLambdaIntroducer()[all …]
708 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local709 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()716 switch (Tentative) { in isCXX11AttributeSpecifier()
73 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
43 EXPECT_EQ(InMemoryModuleCache::Tentative, Cache.getPCMState("B")); in TEST()
5169 Instruction *Tentative = &*IP; in HoistInsertPosition() local5175 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition()5179 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition()5185 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition()5194 IP = Tentative->getIterator(); in HoistInsertPosition()5214 Tentative = IDom->getTerminator(); in HoistInsertPosition()
183 // Tentative definition of global variables with non-zero initializer
1914 LambdaIntroducerTentativeParse *Tentative = nullptr);