HomeSort by relevance Sort by last modified time
    Searched refs:LValueBase (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
APValue.h 56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase;
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
248 const LValueBase getLValueBase() const;
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
378 void setLValue(LValueBase B, const CharUnits &O,
  /external/clang/lib/AST/
APValue.cpp 28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
377 LValueBase Base = getLValueBase();
553 const APValue::LValueBase APValue::getLValueBase() const {
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
595 void APValue::setLValue(LValueBase B, const CharUnits &O,
ExprConstant.cpp 55 static bool IsGlobalLValue(APValue::LValueBase B);
62 static QualType getType(APValue::LValueBase B) {
466 APValue::LValueBase EvaluatingDecl;
546 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) {
    [all...]
ASTDiagnostic.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]

Completed in 981 milliseconds