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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp746 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, argument
795 EndLoc = Intro.Range.getEnd();
829 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
830 KnownDependent, Intro.Default);
832 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range,
845 Intro.Range,
846 Intro.Default, Intro.DefaultLoc,
856 = Intro.Default == LCD_None? Intro
[all...]
H A DSemaCodeComplete.cpp4369 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, argument
4379 for (SmallVectorImpl<LambdaCapture>::iterator C = Intro.Captures.begin(),
4380 CEnd = Intro.Captures.end();
4407 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp635 LambdaIntroducer Intro; local
636 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro);
645 return ParseLambdaExpressionAfterIntroducer(Intro);
683 LambdaIntroducer Intro; local
684 if (TryParseLambdaIntroducer(Intro))
687 return ParseLambdaExpressionAfterIntroducer(Intro);
691 /// \param Intro A LambdaIntroducer filled in with information about the
696 /// populate \p Intro. This flag will be set to \c true if we do so.
699 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, argument
707 Intro
733 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
750 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
774 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
931 TryParseLambdaIntroducer(LambdaIntroducer &Intro) argument
957 ParseLambdaExpressionAfterIntroducer( LambdaIntroducer &Intro) argument
[all...]
H A DParseTentative.cpp540 LambdaIntroducer Intro; local
541 if (!TryParseLambdaIntroducer(Intro)) {
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt6 0. Intro
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1356 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro,
1358 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);
1360 LambdaIntroducer &Intro);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4547 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
7734 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,

Completed in 210 milliseconds