Searched refs:IntroducerRange (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 25 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/ |
D | ExprCXX.cpp | 858 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/ |
D | ScopeInfo.h | 588 SourceRange IntroducerRange; variable
|
D | Sema.h | 4390 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 4396 SourceRange IntroducerRange, 4403 SourceRange IntroducerRange,
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1324 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/ |
D | ASTWriterStmt.cpp | 1167 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
|
D | ASTReaderStmt.cpp | 1208 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()
|