Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp678 CallContext(StringRef Name, Optional<unsigned> DestinationPos, in registerMatchers()
681 : Name(Name), DestinationPos(DestinationPos), SourcePos(SourcePos), in registerMatchers()
685 Optional<unsigned> DestinationPos; in registerMatchers() member
692 return hasArgument(*CC.DestinationPos, in registerMatchers()
735 if (CC.DestinationPos && CC.SourcePos) in registerMatchers()
738 if (CC.DestinationPos && !CC.SourcePos) in registerMatchers()
740 hasArgument(*CC.DestinationPos, anything())); in registerMatchers()
742 if (!CC.DestinationPos && CC.SourcePos) in registerMatchers()