HomeSort by relevance Sort by last modified time
    Searched refs:Intro (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 432 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
462 EndLoc = Intro.Range.getEnd();
498 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
501 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range,
515 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams,
521 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
523 C = Intro.Captures.begin(),
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 603 LambdaIntroducer Intro;
605 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro));
614 return ParseLambdaExpressionAfterIntroducer(Intro);
652 LambdaIntroducer Intro;
653 if (TryParseLambdaIntroducer(Intro))
655 return ParseLambdaExpressionAfterIntroducer(Intro);
661 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro) {
668 Intro.Range.setBegin(T.getOpenLocation());
675 Intro.Default = LCD_ByRef;
676 Intro.DefaultLoc = ConsumeToken()
    [all...]
ParseTentative.cpp 471 LambdaIntroducer Intro;
472 if (!TryParseLambdaIntroducer(Intro)) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 36 [14:02:29] EAS Parser| FolderDisplayName: Intro
    [all...]
FolderSyncParserTest2.txt 526 [14:02:29] EAS Parser| FolderDisplayName: Intro
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 66 milliseconds