Searched refs:MutableLoc (Results 1 – 3 of 3) sorted by relevance
1104 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1105 if (TryConsumeToken(tok::kw_mutable, MutableLoc)) in ParseLambdaExpressionAfterIntroducer()1106 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1153 MutableLoc, in ParseLambdaExpressionAfterIntroducer()1189 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1191 MutableLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer()1192 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1220 MutableLoc, in ParseLambdaExpressionAfterIntroducer()
167 SourceLocation MutableLoc, in getFunction() argument203 I.Fun.MutableLoc = MutableLoc.getRawEncoding(); in getFunction()
1252 unsigned MutableLoc; member1359 return SourceLocation::getFromRawEncoding(MutableLoc); in getMutableLoc()1504 SourceLocation MutableLoc,