Home
last modified time | relevance | path

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

/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