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()
242 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument
253 IntroducerRange.getBegin(), in createLambdaClosureType()
354 SourceRange IntroducerRange, in startLambdaDefinition() argument
383 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition()
385 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition()
389 IntroducerRange.getBegin(), in startLambdaDefinition()
437 SourceRange IntroducerRange, in buildLambdaScope() argument
451 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope()
1141 SourceRange IntroducerRange, in addFunctionPointerConversion() argument
[all …]
DSemaDecl.cpp10793 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DExprCXX.cpp926 SourceRange IntroducerRange, in LambdaExpr() argument
940 IntroducerRange(IntroducerRange), in LambdaExpr()
989 SourceRange IntroducerRange, in Create() argument
1012 return new (Mem) LambdaExpr(T, IntroducerRange, in Create()
/external/clang/include/clang/Sema/
DScopeInfo.h646 SourceRange IntroducerRange; variable
DSema.h4982 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4989 SourceRange IntroducerRange,
4997 SourceRange IntroducerRange,
/external/clang/include/clang/AST/
DExprCXX.h1420 SourceRange IntroducerRange; variable
1460 LambdaExpr(QualType T, SourceRange IntroducerRange,
1516 SourceRange IntroducerRange,
1642 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange()
1681 return IntroducerRange.getBegin(); in getLocStart()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1223 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
DASTReaderStmt.cpp1257 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()