Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9612 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() argument
9613 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
9634 bool TakingAddress) { in NoteAllOverloadCandidates() argument
9646 TakingAddress); in NoteAllOverloadCandidates()
9649 NoteOverloadCandidate(*I, Fun, DestType, TakingAddress); in NoteAllOverloadCandidates()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2857 bool TakingAddress = false);
2862 bool TakingAddress = false);