Searched refs:IntroducerRange (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 388 DeclarationNameLoc::makeCXXOperatorNameLoc(IntroducerRange); in startLambdaDefinition() 391 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(), in startLambdaDefinition() 485 SourceRange IntroducerRange, in buildLambdaScope() argument 499 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope() 1379 SourceLocation Loc = IntroducerRange.getBegin(); in addFunctionPointerConversion() 1535 SourceRange IntroducerRange, in addBlockPointerConversion() argument 1551 SourceLocation Loc = IntroducerRange.getBegin(); in addBlockPointerConversion() 1758 SourceRange IntroducerRange; in BuildLambdaExpr() local 1767 IntroducerRange = LSI->IntroducerRange; in BuildLambdaExpr() 1789 CaptureDefaultLoc : IntroducerRange.getBegin(); in BuildLambdaExpr() [all …]
|
| H A D | SemaExprCXX.cpp | 1249 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); in buildLambdaThisCaptureFixit()
|
| H A D | SemaExpr.cpp | 18648 SourceLocation VarInsertLoc = LSI->IntroducerRange.getEnd(); in buildLambdaCaptureFixit() 18679 LSI->IntroducerRange.getBegin().getLocWithOffset(1); in buildLambdaCaptureFixit()
|
| H A D | SemaDecl.cpp | 14673 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1128 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() argument 1135 IntroducerRange(IntroducerRange), CaptureDefaultLoc(CaptureDefaultLoc), in LambdaExpr() 1168 SourceRange IntroducerRange, in Create() argument 1182 LambdaExpr(T, IntroducerRange, CaptureDefault, CaptureDefaultLoc, in Create()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 840 SourceRange IntroducerRange; variable
|
| H A D | Sema.h | 6937 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 6944 SourceRange IntroducerRange, 6959 SourceRange IntroducerRange,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1870 SourceRange IntroducerRange; variable 1886 LambdaExpr(QualType T, SourceRange IntroducerRange, 1907 Create(const ASTContext &C, CXXRecordDecl *Class, SourceRange IntroducerRange, 2017 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange() 2081 return IntroducerRange.getBegin(); in getBeginLoc()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1628 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
|
| H A D | ASTReaderStmt.cpp | 1723 E->IntroducerRange = readSourceRange(); in VisitLambdaExpr()
|