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.cpp879 if (CTy->isLValueReference()) in constructTypeDIE()
1356 if (SP->isLValueReference()) in applySubprogramAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h787 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1844 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12071 bool isLValueReference = false; in NoteSurrogateCandidate() local
12077 isLValueReference = true; in NoteSurrogateCandidate()
12092 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()