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

Declarations

tools/clang/include/clang/AST/APValue.h
  244   struct LV;

References

tools/clang/lib/AST/APValue.cpp
  755   const LV &LVal = *((const LV*)(const char*)Data.buffer);
  777   LV &LVal = *((LV*)(char*)Data.buffer);
  789   LV &LVal = *((LV*)(char*)Data.buffer);
  821   static_assert(sizeof(LV) <= DataSize, "LV too big");
  822   new ((void*)(char*)Data.buffer) LV();