Home
last modified time | relevance | path

Searched refs:isLValueReference (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp846 if (CTy->isLValueReference()) in constructTypeDIE()
1323 if (SP->isLValueReference()) in applySubprogramAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11974 bool isLValueReference = false; in NoteSurrogateCandidate() local
11980 isLValueReference = true; in NoteSurrogateCandidate()
11995 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()