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

Declarations

gen/tools/clang/lib/AST/Opcodes.inc
 2853 bool emitGetParamPtr(uint32_t, const SourceInfo &);

References

gen/tools/clang/lib/AST/Opcodes.inc
 2886 return emitGetParamPtr(A0, I);
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  176       auto ReturnLocation = [this, RE] { return this->emitGetParamPtr(0, RE); };