Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1879 FunctionDeclBits.IsCopyDeductionCandidate = isCDC;
1883 return FunctionDeclBits.IsCopyDeductionCandidate; in isCopyDeductionCandidate()
DDeclBase.h1563 uint64_t IsCopyDeductionCandidate : 1; variable
/external/llvm-project/clang/lib/AST/
DDecl.cpp2844 FunctionDeclBits.IsCopyDeductionCandidate = false; in FunctionDecl()