Lines Matching defs:AnnotatedSource
92 void assertHintsWithHeader(InlayHintKind Kind, llvm::StringRef AnnotatedSource,
95 Annotations Source(AnnotatedSource);
110 void assertHints(InlayHintKind Kind, llvm::StringRef AnnotatedSource,
112 return assertHintsWithHeader(Kind, AnnotatedSource, "",
120 void assertParameterHints(llvm::StringRef AnnotatedSource,
123 assertHints(InlayHintKind::Parameter, AnnotatedSource, Expected...);
127 void assertTypeHints(llvm::StringRef AnnotatedSource,
130 assertHints(InlayHintKind::Type, AnnotatedSource, Expected...);
134 void assertDesignatorHints(llvm::StringRef AnnotatedSource,
139 assertHints(InlayHintKind::Designator, AnnotatedSource, Expected...);
143 void assertBlockEndHints(llvm::StringRef AnnotatedSource,
148 assertHints(InlayHintKind::BlockEnd, AnnotatedSource, Expected...);