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

Declarations

tools/clang/lib/AST/Interp/Program.h
  133   llvm::Optional<unsigned> createGlobal(const DeclTy &D, QualType Ty,

References

tools/clang/lib/AST/Interp/Program.cpp
  134   if (auto Idx = createGlobal(PD, Ty, /*isStatic=*/true, /*isExtern=*/true)) {
  150   if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) {
  159   return createGlobal(E, E->getType(), /*isStatic=*/true, /*isExtern=*/false);