Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp10568 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() argument
10569 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
10644 bool TakingAddress) { in NoteAllOverloadCandidates() argument
10656 TakingAddress); in NoteAllOverloadCandidates()
10659 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4070 QualType DestType = QualType(), bool TakingAddress = false);
4075 bool TakingAddress = false);