Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.h140 bool DeducedTypes = true; member
H A DConfigFragment.h305 llvm::Optional<Located<bool>> DeducedTypes; member
H A DConfigCompile.cpp581 if (F.DeducedTypes) in compile()
582 Out.Apply.push_back([Value(**F.DeducedTypes)](const Params &, Config &C) { in compile()
583 C.InlayHints.DeducedTypes = Value; in compile()
H A DInlayHints.cpp625 CHECK_KIND(Type, DeducedTypes); in addInlayHint()
665 if (!Cfg.InlayHints.DeducedTypes || T.isNull()) in addTypeHint()
H A DConfigYAML.cpp245 F.DeducedTypes = *Value; in parse()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigYAMLTests.cpp247 EXPECT_EQ(Results[0].InlayHints.DeducedTypes, llvm::None); in TEST()
H A DInlayHintTests.cpp78 C.InlayHints.DeducedTypes = false; in noHintsConfig()