Home
last modified time | relevance | path

Searched refs:LValueReference (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def17 TYPE_BIT_CODE(LValueReference, LVALUE_REFERENCE, 6)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp111 return Record->getMode() == PointerMode::LValueReference; in isReference()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoFlags.def44 HANDLE_DI_FLAG((1 << 13), LValueReference)
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp394 while (Loc.getTypeLocClass() == TypeLoc::LValueReference || in replaceExpr()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h358 LValueReference = 0x01, // "old" reference enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp177 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
H A DEnumTables.cpp372 CV_ENUM_CLASS_ENT(PointerMode, LValueReference),
H A DTypeDumpVisitor.cpp88 ENUM_ENTRY(PointerMode, LValueReference),
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp97 TKCASE(LValueReference); in GetTypeKind()
464 case Type::LValueReference: in clang_getPointeeType()
596 TKIND(LValueReference); in clang_getTypeKindSpelling()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DCodeViewTypes.rst103 LValueReference = 0x01, // "old" reference
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-array-advanced.ll58 ; CHECK: PtrMode: LValueReference (0x1)
H A Dtype-quals.ll183 ; CHECK: PtrMode: LValueReference (0x1)
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3023 case clang::Type::LValueReference: in IsFunctionType()
3158 case clang::Type::LValueReference: in IsFunctionPointerType()
3194 case clang::Type::LValueReference: in IsBlockPointerType()
3351 case clang::Type::LValueReference: in IsPointerOrReferenceType()
3938 case clang::Type::LValueReference: in GetTypeInfo()
4143 case clang::Type::LValueReference: in GetTypeClass()
5073 case clang::Type::LValueReference: in GetEncoding()
5236 case clang::Type::LValueReference: in GetFormat()
5413 case clang::Type::LValueReference: in GetNumChildren()
6091 case clang::Type::LValueReference: in GetNumPointeeChildren()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp261 case LValueReference: in getEndLoc()
H A DType.cpp3940 case Type::LValueReference: in computeCachedProperties()
4027 case Type::LValueReference: in computeTypeLinkageInfo()
4205 case Type::LValueReference: in canHaveNullability()
H A DASTStructuralEquivalence.cpp727 case Type::LValueReference: in IsStructurallyEquivalent()
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml77 | LValueReference Constructor
H A Dllvm_debuginfo.mli77 | LValueReference Constructor
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp135 RETURN_CASE(PointerMode, LValueReference, "ref"); in formatPointerMode()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp653 case Type::LValueReference: in ConvertType()
H A DCodeGenFunction.cpp236 case Type::LValueReference: in getEvaluationKind()
2243 case Type::LValueReference: in EmitVariablyModifiedType()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp285 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2861 return T->getTypeClass() == LValueReference ||
2872 : ReferenceType(LValueReference, Referencee, CanonicalRef,
2880 return T->getTypeClass() == LValueReference;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1877 PM = PointerMode::LValueReference; in lowerTypePointer()
2677 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp858 if (pointer.getMode() == PointerMode::LValueReference) in CreatePointerType()

12