Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h775 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
2022 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp11563 bool isLValueReference = false; in NoteSurrogateCandidate() local