Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument
33 IntroducerRange.getBegin(), in createLambdaClosureType()
55 SourceRange IntroducerRange, in startLambdaDefinition() argument
68 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition()
70 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition()
74 IntroducerRange.getBegin(), in startLambdaDefinition()
174 SourceRange IntroducerRange, in enterLambdaScope() argument
185 LSI->IntroducerRange = IntroducerRange; in enterLambdaScope()
690 SourceRange IntroducerRange, in addFunctionPointerConversion() argument
714 SourceLocation Loc = IntroducerRange.getBegin(); in addFunctionPointerConversion()
[all …]
/external/clang/lib/AST/
DExprCXX.cpp833 SourceRange IntroducerRange, in LambdaExpr() argument
846 IntroducerRange(IntroducerRange), in LambdaExpr()
894 SourceRange IntroducerRange, in Create() argument
916 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault, in Create()
/external/clang/include/clang/Sema/
DScopeInfo.h504 SourceRange IntroducerRange; variable
DSema.h4230 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4236 SourceRange IntroducerRange,
4243 SourceRange IntroducerRange,
/external/clang/include/clang/AST/
DExprCXX.h1159 SourceRange IntroducerRange; variable
1271 LambdaExpr(QualType T, SourceRange IntroducerRange,
1313 SourceRange IntroducerRange,
1390 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange()
1420 return IntroducerRange.getBegin(); in getLocStart()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1098 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
DASTReaderStmt.cpp1121 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()