Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp388 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 DSemaExprCXX.cpp1249 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); in buildLambdaThisCaptureFixit()
H A DSemaExpr.cpp18648 SourceLocation VarInsertLoc = LSI->IntroducerRange.getEnd(); in buildLambdaCaptureFixit()
18679 LSI->IntroducerRange.getBegin().getLocWithOffset(1); in buildLambdaCaptureFixit()
H A DSemaDecl.cpp14673 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1128 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 DScopeInfo.h840 SourceRange IntroducerRange; variable
H A DSema.h6937 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
6944 SourceRange IntroducerRange,
6959 SourceRange IntroducerRange,
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1870 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 DASTWriterStmt.cpp1628 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1723 E->IntroducerRange = readSourceRange(); in VisitLambdaExpr()