Home
last modified time | relevance | path

Searched refs:TakingAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10990 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() argument
10991 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
11066 bool TakingAddress) { in NoteAllOverloadCandidates() argument
11078 TakingAddress); in NoteAllOverloadCandidates()
11081 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4163 QualType DestType = QualType(), bool TakingAddress = false);
4168 bool TakingAddress = false);