Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10270 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() argument
10271 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
10343 bool TakingAddress) { in NoteAllOverloadCandidates() argument
10355 TakingAddress); in NoteAllOverloadCandidates()
10358 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3730 QualType DestType = QualType(), bool TakingAddress = false);
3735 bool TakingAddress = false);