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

References

tools/clang/lib/Sema/SemaInit.cpp
 6728   if (auto *Conv = dyn_cast_or_null<CXXConversionDecl>(Callee))
 6731   if (!isInStlNamespace(Callee->getParent()))
 6733   if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) &&
 6734       !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType()))
 6736   if (Callee->getReturnType()->isPointerType() ||
 6737       isRecordWithAttr<PointerAttr>(Callee->getReturnType())) {
 6738     if (!Callee->getIdentifier())
 6740     return llvm::StringSwitch<bool>(Callee->getName())
 6747   } else if (Callee->getReturnType()->isReferenceType()) {
 6748     if (!Callee->getIdentifier()) {
 6749       auto OO = Callee->getOverloadedOperator();
 6753     return llvm::StringSwitch<bool>(Callee->getName())