Searched refs:MutableLoc (Results 1 – 3 of 3) sorted by relevance
1094 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1095 if (TryConsumeToken(tok::kw_mutable, MutableLoc)) in ParseLambdaExpressionAfterIntroducer()1096 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1143 MutableLoc, in ParseLambdaExpressionAfterIntroducer()1180 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1182 MutableLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer()1183 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1211 MutableLoc, in ParseLambdaExpressionAfterIntroducer()
177 SourceLocation MutableLoc, in getFunction() argument213 I.Fun.MutableLoc = MutableLoc.getRawEncoding(); in getFunction()
1233 unsigned MutableLoc; member1329 return SourceLocation::getFromRawEncoding(MutableLoc); in getMutableLoc()1472 SourceLocation MutableLoc,