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

Declarations

tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  152   unsigned allocateLocalPrimitive(DeclTy &&Decl, PrimType Ty, bool IsMutable,

References

tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  240     auto Off = this->allocateLocalPrimitive(VD, *T, DT.isConstQualified());