Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp828 if (CTy->isLValueReference()) in constructTypeDIE()
1265 if (SP->isLValueReference()) in applySubprogramAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h741 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1981 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp11231 bool isLValueReference = false; in NoteSurrogateCandidate() local
11237 isLValueReference = true; in NoteSurrogateCandidate()
11252 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()