Home | History | Annotate | Download | only in Parse

Lines Matching refs:EqualLoc

2417   SourceLocation EqualLoc;
2436 EqualLoc = ConsumeToken();
2631 ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
2636 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2684 EqualLoc = PureSpecLoc = SourceLocation();
2709 /// The location of the '=', if any, will be placed in EqualLoc.
2728 SourceLocation &EqualLoc) {
2735 if (TryConsumeToken(tok::equal, EqualLoc)) {