reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
50 auto *G = new (Allocator, Sz) Global(Desc, /*isStatic=*/true, 50 auto *G = new (Allocator, Sz) Global(Desc, /*isStatic=*/true, 179 auto *G = new (Allocator, Desc->getAllocSize()) 180 Global(getCurrentDecl(), Desc, IsStatic, IsExtern);tools/clang/lib/AST/Interp/Program.h
177 std::vector<Global *> Globals;