Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp25 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument
34 IntroducerRange.getBegin(), in createLambdaClosureType()
124 SourceRange IntroducerRange, in startLambdaDefinition() argument
137 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition()
139 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition()
143 IntroducerRange.getBegin(), in startLambdaDefinition()
181 SourceRange IntroducerRange, in enterLambdaScope() argument
192 LSI->IntroducerRange = IntroducerRange; in enterLambdaScope()
807 SourceRange IntroducerRange, in addFunctionPointerConversion() argument
828 SourceLocation Loc = IntroducerRange.getBegin(); in addFunctionPointerConversion()
[all …]
/external/clang/lib/AST/
DExprCXX.cpp858 SourceRange IntroducerRange, in LambdaExpr() argument
871 IntroducerRange(IntroducerRange), in LambdaExpr()
919 SourceRange IntroducerRange, in Create() argument
941 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault, in Create()
/external/clang/include/clang/Sema/
DScopeInfo.h588 SourceRange IntroducerRange; variable
DSema.h4390 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4396 SourceRange IntroducerRange,
4403 SourceRange IntroducerRange,
/external/clang/include/clang/AST/
DExprCXX.h1324 SourceRange IntroducerRange; variable
1457 LambdaExpr(QualType T, SourceRange IntroducerRange,
1499 SourceRange IntroducerRange,
1586 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange()
1618 return IntroducerRange.getBegin(); in getLocStart()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1167 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
DASTReaderStmt.cpp1208 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()