Home
last modified time | relevance | path

Searched refs:LambdaIntroducerTentativeParse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp79 LambdaIntroducerTentativeParse ParseResult; in MayBeDesignationStart()
87 case LambdaIntroducerTentativeParse::Success: in MayBeDesignationStart()
88 case LambdaIntroducerTentativeParse::Incomplete: in MayBeDesignationStart()
94 case LambdaIntroducerTentativeParse::MessageSend: in MayBeDesignationStart()
95 case LambdaIntroducerTentativeParse::Invalid: in MayBeDesignationStart()
H A DParseExprCXX.cpp858 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression()
865 case LambdaIntroducerTentativeParse::Success: in TryParseLambdaExpression()
869 case LambdaIntroducerTentativeParse::Incomplete: in TryParseLambdaExpression()
878 case LambdaIntroducerTentativeParse::MessageSend: in TryParseLambdaExpression()
879 case LambdaIntroducerTentativeParse::Invalid: in TryParseLambdaExpression()
899 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer()
901 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer()
915 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer()
926 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()
1061 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()
[all …]
H A DParseTentative.cpp787 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier()
796 case LambdaIntroducerTentativeParse::MessageSend: in isCXX11AttributeSpecifier()
801 case LambdaIntroducerTentativeParse::Success: in isCXX11AttributeSpecifier()
802 case LambdaIntroducerTentativeParse::Incomplete: in isCXX11AttributeSpecifier()
815 case LambdaIntroducerTentativeParse::Invalid: in isCXX11AttributeSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1992 enum class LambdaIntroducerTentativeParse { enum
2010 LambdaIntroducerTentativeParse *Tentative = nullptr);