Home
last modified time | relevance | path

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

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