Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h736 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1974 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp11416 bool isLValueReference = false; in NoteSurrogateCandidate() local