Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclCXX.cpp1850 bool CXXConstructorDecl::isSpecializationCopyingObject() const { in isSpecializationCopyingObject() function in CXXConstructorDecl
/external/clang/include/clang/AST/
DDeclCXX.h2315 bool isSpecializationCopyingObject() const;
/external/clang/lib/Sema/
DSemaOverload.cpp5718 if (Args.size() == 1 && Constructor->isSpecializationCopyingObject() && in AddOverloadCandidate()