Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp241 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 DSemaExprCXX.cpp1230 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); in buildLambdaThisCaptureFixit()
H A DSemaExpr.cpp17586 SourceLocation VarInsertLoc = LSI->IntroducerRange.getEnd(); in buildLambdaCaptureFixit()
17617 LSI->IntroducerRange.getBegin().getLocWithOffset(1); in buildLambdaCaptureFixit()
H A DSemaDecl.cpp14103 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1122 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 DScopeInfo.h828 SourceRange IntroducerRange; variable
H A DSema.h6578 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
6585 SourceRange IntroducerRange,
6600 SourceRange IntroducerRange,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1619 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1728 E->IntroducerRange = readSourceRange(); in VisitLambdaExpr()