Home
last modified time | relevance | path

Searched defs:LValueRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1296 bool LValueRef : 1; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp1848 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local