Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp845 if (CTy->isLValueReference()) in constructTypeDIE()
1322 if (SP->isLValueReference()) in applySubprogramAttributes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h775 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
2022 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp11563 bool isLValueReference = false; in NoteSurrogateCandidate() local
11569 isLValueReference = true; in NoteSurrogateCandidate()
11584 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()