Searched refs:LValueBase (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase 44 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase 47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc() 49 LValueBase Base; in getDynamicAlloc() 55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() 57 LValueBase Base; in getTypeInfo() 167 APValue::LValueBase Base; 187 clang::APValue::LValueBase 189 clang::APValue::LValueBase B; in getEmptyKey() 194 clang::APValue::LValueBase [all …]
|
| H A D | ExprConstant.cpp | 81 static QualType getType(APValue::LValueBase B) { in getType() 675 APValue::LValueBase Base; 708 APValue::LValueBase Base; 730 using Base = DenseMapInfo<APValue::LValueBase>; 827 APValue::LValueBase EvaluatingDecl; 899 isEvaluatingCtorDtor(APValue::LValueBase Base, in isEvaluatingCtorDtor() 1546 APValue::LValueBase Base; 1854 APValue::LValueBase Base(Key, Index, Version); in createTemporary() 3564 APValue::LValueBase Base; 8016 bool Success(APValue::LValueBase B) { in Success() [all …]
|
| H A D | ItaniumMangle.cpp | 5413 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg() 5418 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg() 5799 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
|
| H A D | ASTImporter.cpp | 9738 APValue::LValueBase Base; in ImportAPValue() 9751 Base = APValue::LValueBase(ImpExpr, in ImportAPValue() 9761 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl), in ImportAPValue() 9773 Base = APValue::LValueBase::getTypeInfo(TypeInfoLValue(ImpTypeInfo), in ImportAPValue()
|
| H A D | MicrosoftMangle.cpp | 1724 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | APValue.h | 146 class LValueBase { 152 LValueBase() : Local{} {} 154 LValueBase(const Expr *P, unsigned I = 0, unsigned V = 0); 182 friend bool operator==(const LValueBase &LHS, const LValueBase &RHS); 183 friend bool operator!=(const LValueBase &LHS, const LValueBase &RHS) { 187 friend struct llvm::DenseMapInfo<LValueBase>; 330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, 477 const LValueBase getLValueBase() const; 613 void setLValue(LValueBase B, const CharUnits &O, 698 static clang::APValue::LValueBase getEmptyKey(); [all …]
|
| H A D | PropertiesBase.td | 518 APValue::LValueBase base; 522 base = APValue::LValueBase::getTypeInfo( 526 base = APValue::LValueBase(cast<Expr>(stmt.value()), 530 base = APValue::LValueBase(cast<ValueDecl>(decl.value()),
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 76 APValue::LValueBase Base; in toAPValue()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1805 ConstantLValue tryEmitBase(const APValue::LValueBase &base); 1850 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit() 1911 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()
|
| H A D | CGExpr.cpp | 1569 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7067 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()
|