Home | History | Annotate | Download | only in Parse

Lines Matching refs:EqualLoc

2437   SourceLocation EqualLoc;
2456 EqualLoc = ConsumeToken();
2651 ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
2656 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2704 EqualLoc = PureSpecLoc = SourceLocation();
2729 /// The location of the '=', if any, will be placed in EqualLoc.
2748 SourceLocation &EqualLoc) {
2755 if (TryConsumeToken(tok::equal, EqualLoc)) {