HomeSort by: relevance | last modified time | path
    Searched refs:LValueBase (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V)
44 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V)
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV,
49 LValueBase Base;
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV,
57 LValueBase Base
    [all...]
ExprConstant.cpp 81 static QualType getType(APValue::LValueBase B) {
143 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) {
185 /// Determines if an LValue with the given LValueBase will have an unsized
190 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base,
301 void truncate(ASTContext &Ctx, APValue::LValueBase Base,
644 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
668 APValue::LValueBase LVBase, APValue &Value,
675 APValue::LValueBase Base;
679 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T,
708 APValue::LValueBase Base
    [all...]
ItaniumMangle.cpp 5313 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(),
5318 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(),
5656 APValue::LValueBase B = V.getLValueBase();
ASTImporter.cpp 9226 APValue::LValueBase Base;
9239 Base = APValue::LValueBase(ImpExpr,
9249 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl),
9263 Base = APValue::LValueBase::getTypeInfo(
MicrosoftMangle.cpp 1693 APValue::LValueBase Base = V.getLValueBase();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 146 class LValueBase {
152 LValueBase() : Local{} {}
153 LValueBase(const ValueDecl *P, unsigned I = 0, unsigned V = 0);
154 LValueBase(const Expr *P, unsigned I = 0, unsigned V = 0);
155 static LValueBase getDynamicAlloc(DynamicAllocLValue LV, QualType Type);
156 static LValueBase getTypeInfo(TypeInfoLValue LV, QualType TypeInfo);
182 friend bool operator==(const LValueBase &LHS, const LValueBase &RHS);
183 friend bool operator!=(const LValueBase &LHS, const LValueBase &RHS)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.cpp 76 APValue::LValueBase Base;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1774 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
1819 const APValue::LValueBase &base = Value.getLValueBase();
1880 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) {
CGExpr.cpp 1537 const APValue::LValueBase &base = result.Val.getLValueBase();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 7005 APValue::LValueBase Base = Value.getLValueBase();

Completed in 51 milliseconds