Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2025 FunctionDeclBits.IsCopyDeductionCandidate = isCDC;
2029 return FunctionDeclBits.IsCopyDeductionCandidate;
H A DDeclBase.h1519 uint64_t IsCopyDeductionCandidate : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2677 FunctionDeclBits.IsCopyDeductionCandidate = false; in FunctionDecl()