Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5170 QualType ExactType = deduceType(*ResultType); in render() local
5171 if (!ExactType.isNull()) in render()
5172 ExactType.print(OS, getCompletionPrintingPolicy(S)); in render()