Searched refs:SourcePos (Results 1 – 1 of 1) sorted by relevance
679 Optional<unsigned> SourcePos, unsigned LengthPos, in registerMatchers()681 : Name(Name), DestinationPos(DestinationPos), SourcePos(SourcePos), in registerMatchers()686 Optional<unsigned> SourcePos; in registerMatchers() member700 return hasArgument(*CC.SourcePos, AnyOfSrcDecl); in registerMatchers()735 if (CC.DestinationPos && CC.SourcePos) in registerMatchers()738 if (CC.DestinationPos && !CC.SourcePos) in registerMatchers()742 if (!CC.DestinationPos && CC.SourcePos) in registerMatchers()744 hasArgument(*CC.SourcePos, anything())); in registerMatchers()