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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, argument
33 IntroducerRange.getBegin(),
55 SourceRange IntroducerRange,
68 = IntroducerRange.getBegin().getRawEncoding();
70 = IntroducerRange.getEnd().getRawEncoding();
74 IntroducerRange.getBegin(),
173 SourceRange IntroducerRange,
184 LSI->IntroducerRange = IntroducerRange;
688 SourceRange IntroducerRange,
54 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodType, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
172 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
687 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
761 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
811 SourceRange IntroducerRange; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp843 SourceRange IntroducerRange,
856 IntroducerRange(IntroducerRange),
904 SourceRange IntroducerRange,
926 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault,
842 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
902 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
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h550 SourceRange IntroducerRange; member in class:clang::sema::LambdaScopeInfo
H A DSema.h4297 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4303 SourceRange IntroducerRange,
4310 SourceRange IntroducerRange,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1265 SourceRange IntroducerRange; member in class:clang::LambdaExpr
1377 LambdaExpr(QualType T, SourceRange IntroducerRange,
1419 SourceRange IntroducerRange,
1496 SourceRange getIntroducerRange() const { return IntroducerRange; }
1526 return IntroducerRange.getBegin();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1165 Writer.AddSourceRange(E->IntroducerRange, Record);
H A DASTReaderStmt.cpp1206 E->IntroducerRange = ReadSourceRange(Record, Idx);

Completed in 216 milliseconds