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

References

tools/clang/lib/AST/Interp/Program.cpp
   41   Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1,
  228     return allocateDescriptor(BD, BR, /*isConst=*/false,
  302       return allocateDescriptor(D, Record, IsConst, IsTemporary, IsMutable);
  317         return allocateDescriptor(D, *T, NumElems, IsConst, IsTemporary,
  329         return allocateDescriptor(D, Desc, NumElems, IsConst, IsTemporary,
  338         return allocateDescriptor(D, *T, IsTemporary,
  345         return allocateDescriptor(D, Desc, IsTemporary,
  360     return allocateDescriptor(D, ElemTy, 2, IsConst, IsTemporary, IsMutable);
tools/clang/lib/AST/Interp/Program.h
  105     return allocateDescriptor(D, Type, IsConst, IsTemporary, IsMutable);