Searched refs:MutableLoc (Results 1 – 3 of 3) sorted by relevance
1043 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1044 if (TryConsumeToken(tok::kw_mutable, MutableLoc)) in ParseLambdaExpressionAfterIntroducer()1045 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1089 MutableLoc, in ParseLambdaExpressionAfterIntroducer()1125 SourceLocation MutableLoc; in ParseLambdaExpressionAfterIntroducer() local1127 MutableLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer()1128 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1156 MutableLoc, in ParseLambdaExpressionAfterIntroducer()
162 SourceLocation MutableLoc, in getFunction() argument196 I.Fun.MutableLoc = MutableLoc.getRawEncoding(); in getFunction()
1205 unsigned MutableLoc; member1290 return SourceLocation::getFromRawEncoding(MutableLoc); in getMutableLoc()1432 SourceLocation MutableLoc,