Home
last modified time | relevance | path

Searched refs:getLValueBase (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
594 getLValueBase().Profile(ID); in Profile()
749 LValueBase Base = getLValueBase(); in printPretty()
956 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
964 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1159 if (!V.getLValueBase()) { in getLVForValue()
1162 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1165 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1168 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
[all …]
H A DExprConstant.cpp289 if (V.getLValueBase()) { in SubobjectDesignator()
1573 Base = V.getLValueBase(); in setFrom()
2060 if (!A.getLValueBase()) in HasSameBase()
2061 return !B.getLValueBase(); in HasSameBase()
2062 if (!B.getLValueBase()) in HasSameBase()
2065 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
2066 B.getLValueBase().getOpaqueValue()) in HasSameBase()
2472 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
11506 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()
12405 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()
[all …]
H A DASTImporter.cpp9740 if (FromValue.getLValueBase()) { in ImportAPValue()
9741 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()
9744 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()
9746 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()
9753 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9756 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()
9758 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()
9763 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9766 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
9768 Err, FromValue.getLValueBase().get<TypeInfoLValue>().getType()); in ImportAPValue()
[all …]
H A DComputeDependence.cpp65 auto *VD = Result.Val.getLValueBase().dyn_cast<const ValueDecl *>(); in computeDependence()
H A DItaniumMangle.cpp5562 QualType T = LV.getLValueBase().getType(); in getLValueType()
5799 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1724 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
H A DExpr.cpp217 return Value.getLValueBase().dyn_cast<const ValueDecl *>(); in getAsBuiltinConstantDeclRef()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td447 auto lvalueBase = node.getLValueBase();
484 QualType(node.getLValueBase().get<TypeInfoLValue>().getType(), 0)
489 let Read = [{ node.getLValueBase().getTypeInfoType() }];
493 let Read = [{ node.getLValueBase().getCallIndex() }];
497 let Read = [{ node.getLValueBase().getVersion() }];
H A DAPValue.h477 const LValueBase getLValueBase() const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1850 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
H A DCGExpr.cpp1569 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6365 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()
7067 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()