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

/external/clang/lib/Sema/
H A DSemaLambda.cpp24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, argument
32 IntroducerRange.getBegin(),
54 SourceRange IntroducerRange,
67 = IntroducerRange.getBegin().getRawEncoding();
69 = IntroducerRange.getEnd().getRawEncoding();
73 IntroducerRange.getBegin(),
173 SourceRange IntroducerRange,
184 LSI->IntroducerRange = IntroducerRange;
608 SourceRange IntroducerRange,
53 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodType, SourceLocation EndLoc, llvm::ArrayRef<ParmVarDecl *> Params) argument
172 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
607 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
680 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
730 SourceRange IntroducerRange; local
[all...]
/external/clang/include/clang/Sema/
H A DScopeInfo.h342 SourceRange IntroducerRange; member in class:clang::sema::LambdaScopeInfo
H A DSema.h4028 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4033 SourceRange IntroducerRange,
4040 SourceRange IntroducerRange,
/external/clang/lib/AST/
H A DExprCXX.cpp803 SourceRange IntroducerRange,
816 IntroducerRange(IntroducerRange),
864 SourceRange IntroducerRange,
886 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault,
802 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
862 Create(ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1140 SourceRange IntroducerRange; member in class:clang::LambdaExpr
1252 LambdaExpr(QualType T, SourceRange IntroducerRange,
1294 SourceRange IntroducerRange,
1371 SourceRange getIntroducerRange() const { return IntroducerRange; }
1402 return SourceRange(IntroducerRange.getBegin(), ClosingBrace);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1094 Writer.AddSourceRange(E->IntroducerRange, Record);
H A DASTReaderStmt.cpp1117 E->IntroducerRange = ReadSourceRange(Record, Idx);

Completed in 675 milliseconds