Searched refs:Intro (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 519 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument 548 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition() 584 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition() 587 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range, in ActOnStartOfLambdaDefinition() 601 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams, in ActOnStartOfLambdaDefinition() 610 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition() 612 C = Intro.Captures.begin(), in ActOnStartOfLambdaDefinition() 613 E = Intro.Captures.end(); in ActOnStartOfLambdaDefinition() 632 if (Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition() 683 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition() [all …]
|
D | SemaCodeComplete.cpp | 4367 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument 4377 for (SmallVectorImpl<LambdaCapture>::iterator C = Intro.Captures.begin(), in CodeCompleteLambdaIntroducer() 4378 CEnd = Intro.Captures.end(); in CodeCompleteLambdaIntroducer() 4405 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 634 LambdaIntroducer Intro; in ParseLambdaExpression() local 636 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro)); in ParseLambdaExpression() 645 return ParseLambdaExpressionAfterIntroducer(Intro); in ParseLambdaExpression() 683 LambdaIntroducer Intro; in TryParseLambdaExpression() local 684 if (TryParseLambdaIntroducer(Intro)) in TryParseLambdaExpression() 686 return ParseLambdaExpressionAfterIntroducer(Intro); in TryParseLambdaExpression() 698 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() argument 706 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 713 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer() 714 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() [all …]
|
D | ParseTentative.cpp | 485 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local 486 if (!TryParseLambdaIntroducer(Intro)) { in isCXX11AttributeSpecifier()
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/ |
D | README | 1 Intro
|
/external/llvm/docs/ |
D | index.rst | 32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html 34 `Intro to LLVM`__
|
D | CompilerWriterInfo.rst | 54 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1337 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro, 1339 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro); 1341 LambdaIntroducer &Intro);
|
/external/iproute2/doc/ |
D | ss.sgml | 5 <title>SS Utility: Quick Intro
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4429 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, 7523 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
|
/external/clang/docs/ |
D | UsersManual.rst | 71 Intro to how to use a C compiler for newbies.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 18468 http://web.mit.edu/21fms/www/faculty/henry3/Intro-Katz.html 30346 http://www.carestudy.com/CareStudy/SRVP/Intro.asp 60195 http://www.nida.nih.gov/StrategicPlan/Intro.html 67953 http://www.rrca.org/coaching/Intro.html
|