Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1035 SourceLocation PrevCaptureLoc in ActOnStartOfLambdaDefinition() local
1038 PrevCaptureLoc = C->Loc, ++C) { in ActOnStartOfLambdaDefinition()
1052 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc)); in ActOnStartOfLambdaDefinition()
1141 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc)); in ActOnStartOfLambdaDefinition()
1146 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc)); in ActOnStartOfLambdaDefinition()
1179 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc)); in ActOnStartOfLambdaDefinition()
1782 SourceLocation PrevCaptureLoc = CurHasPreviousCapture ? in BuildLambdaExpr() local
1818 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()
1829 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()