Searched refs:IntroducerRange (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 230 SourceRange IntroRange = LSI->IntroducerRange; in getGenericLambdaTemplateParameterList() 243 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument 254 IntroducerRange.getBegin(), in createLambdaClosureType() 355 SourceRange IntroducerRange, in startLambdaDefinition() argument 385 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition() 387 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition() 391 IntroducerRange.getBegin(), in startLambdaDefinition() 438 SourceRange IntroducerRange, in buildLambdaScope() argument 452 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope() 1148 SourceRange IntroducerRange, in addFunctionPointerConversion() argument [all …]
|
D | SemaDecl.cpp | 11202 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 851 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() argument 863 IntroducerRange(IntroducerRange), CaptureDefaultLoc(CaptureDefaultLoc), in LambdaExpr() 909 SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, in Create() argument 922 return new (Mem) LambdaExpr(T, IntroducerRange, in Create()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 675 SourceRange IntroducerRange; variable
|
D | Sema.h | 5099 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 5106 SourceRange IntroducerRange, 5115 SourceRange IntroducerRange,
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1507 SourceRange IntroducerRange; variable 1549 LambdaExpr(QualType T, SourceRange IntroducerRange, 1587 Create(const ASTContext &C, CXXRecordDecl *Class, SourceRange IntroducerRange, 1709 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange() 1748 return IntroducerRange.getBegin(); in getLocStart()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1245 Record.AddSourceRange(E->IntroducerRange); in VisitLambdaExpr()
|
D | ASTReaderStmt.cpp | 1273 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()
|