Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp10427 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() argument
10428 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
10500 bool TakingAddress) { in NoteAllOverloadCandidates() argument
10512 TakingAddress); in NoteAllOverloadCandidates()
10515 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3947 QualType DestType = QualType(), bool TakingAddress = false);
3952 bool TakingAddress = false);