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

  /external/clang/lib/AST/
APValue.cpp 27 struct LVBase {
35 struct APValue::LV : LVBase {
37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 860 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
861 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
878 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>());
    [all...]

Completed in 97 milliseconds