Home
last modified time | relevance | path

Searched refs:SourcePos (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp679 Optional<unsigned> SourcePos, unsigned LengthPos, in registerMatchers()
681 : Name(Name), DestinationPos(DestinationPos), SourcePos(SourcePos), in registerMatchers()
686 Optional<unsigned> SourcePos; in registerMatchers() member
700 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()