Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def17 TYPE_BIT_CODE(LValueReference, LVALUE_REFERENCE, 6)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp110 return Record->getMode() == PointerMode::LValueReference; in isReference()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def44 HANDLE_DI_FLAG((1 << 13), LValueReference)
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp96 TKCASE(LValueReference); in GetTypeKind()
458 case Type::LValueReference: in clang_getPointeeType()
589 TKIND(LValueReference); in clang_getTypeKindSpelling()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h350 LValueReference = 0x01, // "old" reference enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp173 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
H A DEnumTables.cpp369 CV_ENUM_CLASS_ENT(PointerMode, LValueReference),
H A DTypeDumpVisitor.cpp87 ENUM_ENTRY(PointerMode, LValueReference),
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst103 LValueReference = 0x01, // "old" reference
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml77 | LValueReference Constructor
H A Dllvm_debuginfo.mli77 | LValueReference Constructor
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp254 case LValueReference: in getEndLoc()
H A DType.cpp3870 case Type::LValueReference: in computeCachedProperties()
3957 case Type::LValueReference: in computeTypeLinkageInfo()
4135 case Type::LValueReference: in canHaveNullability()
H A DASTStructuralEquivalence.cpp725 case Type::LValueReference: in IsStructurallyEquivalent()
H A DTypePrinter.cpp255 case Type::LValueReference: in canPrefixQualifiers()
H A DASTContext.cpp2217 case Type::LValueReference: in getTypeInfoImpl()
3534 case Type::LValueReference: { in getVariableArrayDecayedType()
7440 case Type::LValueReference: in getObjCEncodingForTypeImpl()
9730 case Type::LValueReference: in mergeTypes()
H A DDecl.cpp1937 case Type::LValueReference: in typeIsPostfix()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp132 RETURN_CASE(PointerMode, LValueReference, "ref"); in formatPointerMode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp630 case Type::LValueReference: in ConvertType()
H A DCodeGenFunction.cpp246 case Type::LValueReference: in getEvaluationKind()
2167 case Type::LValueReference: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3471 case Type::LValueReference: in BuildVTablePointer()
3745 case Type::LValueReference: in BuildTypeInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp285 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2783 return T->getTypeClass() == LValueReference ||
2794 : ReferenceType(LValueReference, Referencee, CanonicalRef,
2802 return T->getTypeClass() == LValueReference;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1770 PM = PointerMode::LValueReference; in lowerTypePointer()
2568 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1690 case Type::LValueReference: { in DeduceTemplateArgumentsByTypeMatch()
5836 case Type::LValueReference: in MarkUsedTemplateParameters()

12