Searched refs:IntroducerRange (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 241 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument 252 IntroducerRange.getBegin(), in createLambdaClosureType() 360 SourceRange IntroducerRange, in startLambdaDefinition() argument 390 DeclarationNameLoc::makeCXXOperatorNameLoc(IntroducerRange); in startLambdaDefinition() 393 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(), in startLambdaDefinition() 483 SourceRange IntroducerRange, in buildLambdaScope() argument 497 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope() 1350 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversion() argument 1376 SourceLocation Loc = IntroducerRange.getBegin(); in addFunctionPointerConversion() 1513 static void addFunctionPointerConversions(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversions() argument [all …]
|
| H A D | SemaExprCXX.cpp | 1230 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); in buildLambdaThisCaptureFixit()
|
| H A D | SemaExpr.cpp | 17586 SourceLocation VarInsertLoc = LSI->IntroducerRange.getEnd(); in buildLambdaCaptureFixit() 17617 LSI->IntroducerRange.getBegin().getLocWithOffset(1); in buildLambdaCaptureFixit()
|
| H A D | SemaDecl.cpp | 14103 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1122 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() argument 1129 IntroducerRange(IntroducerRange), CaptureDefaultLoc(CaptureDefaultLoc), in LambdaExpr() 1162 SourceRange IntroducerRange, in Create() argument 1176 LambdaExpr(T, IntroducerRange, CaptureDefault, CaptureDefaultLoc, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 828 SourceRange IntroducerRange; variable
|
| H A D | Sema.h | 6578 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 6585 SourceRange IntroducerRange, 6600 SourceRange IntroducerRange,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1619 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
|
| H A D | ASTReaderStmt.cpp | 1728 E->IntroducerRange = readSourceRange(); in VisitLambdaExpr()
|