Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp894 if (CTy->isLValueReference()) in constructTypeDIE()
1225 if (SP->isLValueReference()) in applySubprogramAttributes()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfoMetadata.h575 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
1364 unsigned isLValueReference() const {
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp9321 bool isLValueReference = false; in NoteSurrogateCandidate() local
9327 isLValueReference = true; in NoteSurrogateCandidate()
9342 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()