Home
last modified time | relevance | path

Searched refs:IntroducerRange (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp230 SourceRange IntroRange = LSI->IntroducerRange; in getGenericLambdaTemplateParameterList()
243 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument
254 IntroducerRange.getBegin(), in createLambdaClosureType()
355 SourceRange IntroducerRange, in startLambdaDefinition() argument
385 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition()
387 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition()
391 IntroducerRange.getBegin(), in startLambdaDefinition()
438 SourceRange IntroducerRange, in buildLambdaScope() argument
452 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope()
1148 SourceRange IntroducerRange, in addFunctionPointerConversion() argument
[all …]
DSemaDecl.cpp11202 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DExprCXX.cpp851 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() argument
863 IntroducerRange(IntroducerRange), CaptureDefaultLoc(CaptureDefaultLoc), in LambdaExpr()
909 SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, in Create() argument
922 return new (Mem) LambdaExpr(T, IntroducerRange, in Create()
/external/clang/include/clang/AST/
DExprCXX.h1507 SourceRange IntroducerRange; variable
1549 LambdaExpr(QualType T, SourceRange IntroducerRange,
1587 Create(const ASTContext &C, CXXRecordDecl *Class, SourceRange IntroducerRange,
1709 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange()
1748 return IntroducerRange.getBegin(); in getLocStart()
/external/clang/include/clang/Sema/
DScopeInfo.h675 SourceRange IntroducerRange; variable
DSema.h5099 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
5106 SourceRange IntroducerRange,
5115 SourceRange IntroducerRange,
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1245 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
DASTReaderStmt.cpp1273 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()