Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4899 QualType ExactType = deduceType(*ResultType); in render() local
4900 if (!ExactType.isNull()) in render()
4901 ExactType.print(OS, getCompletionPrintingPolicy(S)); in render()