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() 242 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument 253 IntroducerRange.getBegin(), in createLambdaClosureType() 354 SourceRange IntroducerRange, in startLambdaDefinition() argument 383 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition() 385 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition() 389 IntroducerRange.getBegin(), in startLambdaDefinition() 437 SourceRange IntroducerRange, in buildLambdaScope() argument 451 LSI->IntroducerRange = IntroducerRange; in buildLambdaScope() 1141 SourceRange IntroducerRange, in addFunctionPointerConversion() argument [all …]
|
D | SemaDecl.cpp | 10793 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 926 SourceRange IntroducerRange, in LambdaExpr() argument 940 IntroducerRange(IntroducerRange), in LambdaExpr() 989 SourceRange IntroducerRange, in Create() argument 1012 return new (Mem) LambdaExpr(T, IntroducerRange, in Create()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 646 SourceRange IntroducerRange; variable
|
D | Sema.h | 4982 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 4989 SourceRange IntroducerRange, 4997 SourceRange IntroducerRange,
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1420 SourceRange IntroducerRange; variable 1460 LambdaExpr(QualType T, SourceRange IntroducerRange, 1516 SourceRange IntroducerRange, 1642 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange() 1681 return IntroducerRange.getBegin(); in getLocStart()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1223 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
|
D | ASTReaderStmt.cpp | 1257 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()
|