Home
last modified time | relevance | path

Searched refs:LambdaIntroducer (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.h104 void parseSquare(bool LambdaIntroducer = false);
DUnwrappedLineParser.cpp1938 void UnwrappedLineParser::parseSquare(bool LambdaIntroducer) { in parseSquare() argument
1939 if (!LambdaIntroducer) { in parseSquare()
/external/clang/lib/Parse/
DParseExprCXX.cpp719 LambdaIntroducer Intro; in ParseLambdaExpression()
770 LambdaIntroducer Intro; in TryParseLambdaExpression()
786 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer()
1032 bool Parser::TryParseLambdaIntroducer(LambdaIntroducer &Intro) { in TryParseLambdaIntroducer()
1046 Intro = LambdaIntroducer(); in TryParseLambdaIntroducer()
1111 LambdaIntroducer &Intro) { in ParseLambdaExpressionAfterIntroducer()
DParseInit.cpp72 LambdaIntroducer Intro; in MayBeDesignationStart()
DParseTentative.cpp614 LambdaIntroducer Intro; in isCXX11AttributeSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseInit.cpp75 LambdaIntroducer Intro; in MayBeDesignationStart()
DParseExprCXX.cpp731 LambdaIntroducer Intro; in ParseLambdaExpression()
777 LambdaIntroducer Intro; in TryParseLambdaExpression()
795 Intro = LambdaIntroducer(); in TryParseLambdaExpression()
820 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer()
1233 LambdaIntroducer &Intro) { in ParseLambdaExpressionAfterIntroducer()
DParseTentative.cpp705 LambdaIntroducer Intro; in isCXX11AttributeSpecifier()
/external/clang/include/clang/Parse/
DParser.h1524 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro,
1526 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);
1528 LambdaIntroducer &Intro);
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp541 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters()
890 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition()
DSemaCodeComplete.cpp6250 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2662 struct LambdaIntroducer { struct
2689 LambdaIntroducer() in LambdaIntroducer() function
DSema.h6502 ArrayRef<LambdaIntroducer::LambdaCapture> Captures,
6513 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
12094 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1911 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1913 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/external/clang/lib/Sema/
DSemaLambda.cpp804 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition()
DSemaCodeComplete.cpp4554 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer()
/external/clang/include/clang/Sema/
DSema.h5163 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
9255 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,