Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp951 if (CTy->isLValueReference()) in constructTypeDIE()
1520 if (SP->isLValueReference()) in applySubprogramAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h811 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
2400 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12785 bool isLValueReference = false; in NoteSurrogateCandidate() local
12791 isLValueReference = true; in NoteSurrogateCandidate()
12806 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()