Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } isLValueReference() function
1786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } isLValueReference() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11974 bool isLValueReference = false; NoteSurrogateCandidate() local