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 217 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
227 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, KnownDependent);
247 EndLoc = Intro.Range.getEnd();
274 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range,
288 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams,
294 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
296 C = Intro.Captures.begin(),
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 561 LambdaIntroducer Intro;
563 llvm::Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro));
572 return ParseLambdaExpressionAfterIntroducer(Intro);
610 LambdaIntroducer Intro;
611 if (TryParseLambdaIntroducer(Intro))
613 return ParseLambdaExpressionAfterIntroducer(Intro);
619 llvm::Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro){
626 Intro.Range.setBegin(T.getOpenLocation());
633 Intro.Default = LCD_ByRef;
634 Intro.DefaultLoc = ConsumeToken()
    [all...]
ParseTentative.cpp 452 LambdaIntroducer Intro;
453 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 349 milliseconds