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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4970     ReturnType = MD->getReturnType();
 4975     ReturnType = PD->getType();
 4977     ReturnType = FD->getReturnType();
 4984     ReturnType = Param->getType()->getPointeeType();
 4985     if (ReturnType.isNull()) {
 5020     TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType);
 5026     TypeOK = isValidSubjectOfNSAttribute(ReturnType);
 5032     TypeOK = isValidSubjectOfCFAttribute(ReturnType);
 5038     TypeOK = isValidSubjectOfOSAttribute(ReturnType);