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

References

tools/clang/include/clang/AST/DeclCXX.h
 1860     setIsCopyDeductionCandidate(false);
tools/clang/lib/Sema/SemaTemplate.cpp
 2109       ->setIsCopyDeductionCandidate();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1842       cast<CXXDeductionGuideDecl>(Function)->setIsCopyDeductionCandidate();
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1901   D->setIsCopyDeductionCandidate(Record.readInt());