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

Declarations

gen/tools/clang/lib/AST/Opcodes.inc
 2856 bool emitGetParam(PrimType, uint32_t, const SourceInfo &I);

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  291       return DiscardResult ? true : this->emitGetParam(T, Idx, LV);
  301       if (!this->emitGetParam(T, Idx, LV))