Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp906 if (CTy->isLValueReference()) in constructTypeDIE()
1251 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h578 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
1332 unsigned isLValueReference() const {
/external/clang/lib/Sema/
DSemaOverload.cpp9607 bool isLValueReference = false; in NoteSurrogateCandidate() local
9613 isLValueReference = true; in NoteSurrogateCandidate()
9628 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()