Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1209 bool LValueRef : 1; member
/external/clang/lib/Sema/
DSemaType.cpp1996 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2138 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local