HomeSort by: relevance | last modified time | path
    Searched refs:isCopyDeductionCandidate (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1899 FunctionDeclBits.IsCopyDeductionCandidate = isCDC;
1902 bool isCopyDeductionCandidate() const {
1903 return FunctionDeclBits.IsCopyDeductionCandidate;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 677 Record.push_back(D->isCopyDeductionCandidate());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1986 if (DGuide->isCopyDeductionCandidate())
SemaOverload.cpp 9837 if (Guide1->isCopyDeductionCandidate())
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 3469 ->setIsCopyDeductionCandidate(Guide->isCopyDeductionCandidate());

Completed in 49 milliseconds