reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4666       RetType = Context.getPointerType(RetType);
 4666       RetType = Context.getPointerType(RetType);
 4669       RetType = Context.getBlockPointerType(RetType);
 4669       RetType = Context.getBlockPointerType(RetType);
 4671     Context.adjustDeducedFunctionResultType(FD, RetType);