reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  291       return DiscardResult ? true : this->emitGetParam(T, Idx, LV);
  296       if (!this->emitSetParam(T, Idx, LV))
  298       return DiscardResult ? true : this->emitGetPtrParam(Idx, LV);
  301       if (!this->emitGetParam(T, Idx, LV))
  305       if (!this->emitSetParam(T, Idx, LV))
  307       return DiscardResult ? true : this->emitGetPtrParam(Idx, LV);
  320   return visit(LV) && Indirect(T);