Searched refs:Intro (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp889 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, argument
943 EndLoc = Intro.Range.getEnd();
972 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo,
976 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
977 KnownDependent, Intro.Default);
979 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,
1011 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc,
1025 if (Intro
[all...]
H A DSemaCodeComplete.cpp6412 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, argument
6422 for (const auto &C : Intro.Captures) {
6445 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp735 LambdaIntroducer Intro; local
736 if (ParseLambdaIntroducer(Intro)) {
743 return ParseLambdaExpressionAfterIntroducer(Intro);
781 LambdaIntroducer Intro;
785 if (ParseLambdaIntroducer(Intro, &Tentative)) {
799 Intro = LambdaIntroducer();
800 if (ParseLambdaIntroducer(Intro))
812 return ParseLambdaExpressionAfterIntroducer(Intro);
816 /// \param Intro A LambdaIntroducer filled in with information about the
824 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, argument
885 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
904 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
[all...]
H A DParseInit.cpp75 LambdaIntroducer Intro; local
77 if (ParseLambdaIntroducer(Intro, &ParseResult)) {
H A DParseTentative.cpp705 LambdaIntroducer Intro; local
707 if (ParseLambdaIntroducer(Intro, &Tentative)) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Drun_doxygen302 cp ${srcdir}/doc/doxygen/Intro.3 C++Intro.3
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen328 cp ${srcdir}/doc/doxygen/Intro.3 C++Intro.3
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1893 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1895 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6660 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
12317 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,

Completed in 316 milliseconds