Home
last modified time | relevance | path

Searched defs:isLValueReference (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h787 bool isLValueReference() const { return getFlags() & FlagLValueReference; } isLValueReference() function
1844 bool isLValueReference() const { return getFlags() & FlagLValueReference; } isLValueReference() function
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12095 bool isLValueReference = false; NoteSurrogateCandidate() local