Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp883 if (CTy->isLValueReference()) in constructTypeDIE()
1245 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp935 if (CTy->isLValueReference()) in constructTypeDIE()
1346 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h586 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
1410 unsigned isLValueReference() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h710 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
1726 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
/external/clang/lib/Sema/
DSemaOverload.cpp9763 bool isLValueReference = false; in NoteSurrogateCandidate() local
9769 isLValueReference = true; in NoteSurrogateCandidate()
9784 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()