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 519 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
548 EndLoc = Intro.Range.getEnd();
584 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
587 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range,
601 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams,
610 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
612 C = Intro.Captures.begin()
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 634 LambdaIntroducer Intro;
636 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro));
645 return ParseLambdaExpressionAfterIntroducer(Intro);
683 LambdaIntroducer Intro;
684 if (TryParseLambdaIntroducer(Intro))
686 return ParseLambdaExpressionAfterIntroducer(Intro);
690 /// \param Intro A LambdaIntroducer filled in with information about the
695 /// populate \p Intro. This flag will be set to \c true if we do so.
698 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro,
706 Intro.Range.setBegin(T.getOpenLocation())
    [all...]
ParseTentative.cpp 485 LambdaIntroducer Intro;
486 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 1007 milliseconds