Searched refs:IntroducerRange (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() argument 33 IntroducerRange.getBegin(), in createLambdaClosureType() 55 SourceRange IntroducerRange, in startLambdaDefinition() argument 68 = IntroducerRange.getBegin().getRawEncoding(); in startLambdaDefinition() 70 = IntroducerRange.getEnd().getRawEncoding(); in startLambdaDefinition() 74 IntroducerRange.getBegin(), in startLambdaDefinition() 174 SourceRange IntroducerRange, in enterLambdaScope() argument 185 LSI->IntroducerRange = IntroducerRange; in enterLambdaScope() 690 SourceRange IntroducerRange, in addFunctionPointerConversion() argument 714 SourceLocation Loc = IntroducerRange.getBegin(); in addFunctionPointerConversion() [all …]
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 833 SourceRange IntroducerRange, in LambdaExpr() argument 846 IntroducerRange(IntroducerRange), in LambdaExpr() 894 SourceRange IntroducerRange, in Create() argument 916 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault, in Create()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 504 SourceRange IntroducerRange; variable
|
D | Sema.h | 4230 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange, 4236 SourceRange IntroducerRange, 4243 SourceRange IntroducerRange,
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1159 SourceRange IntroducerRange; variable 1271 LambdaExpr(QualType T, SourceRange IntroducerRange, 1313 SourceRange IntroducerRange, 1390 SourceRange getIntroducerRange() const { return IntroducerRange; } in getIntroducerRange() 1420 return IntroducerRange.getBegin(); in getLocStart()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1098 Writer.AddSourceRange(E->IntroducerRange, Record); in VisitLambdaExpr()
|
D | ASTReaderStmt.cpp | 1121 E->IntroducerRange = ReadSourceRange(Record, Idx); in VisitLambdaExpr()
|