Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5305 QualType ExactType = deduceType(*ResultType); in render() local
5306 if (!ExactType.isNull()) in render()
5307 ExactType.print(OS, getCompletionPrintingPolicy(S)); in render()