Searched refs:getCurrentScopedContext (Results 1 – 2 of 2) sorted by relevance
23 enclosingScopedContext(ScopedContext::getCurrentScopedContext()) { in ScopedContext()24 getCurrentScopedContext() = this; in ScopedContext()34 enclosingScopedContext(ScopedContext::getCurrentScopedContext()) { in ScopedContext()35 getCurrentScopedContext() = this; in ScopedContext()40 getCurrentScopedContext() = enclosingScopedContext; in ~ScopedContext()43 ScopedContext *&mlir::edsc::ScopedContext::getCurrentScopedContext() { in getCurrentScopedContext() function in mlir::edsc::ScopedContext49 assert(ScopedContext::getCurrentScopedContext() && in getBuilderRef()51 return ScopedContext::getCurrentScopedContext()->builder; in getBuilderRef()55 assert(ScopedContext::getCurrentScopedContext() && in getLocation()57 return ScopedContext::getCurrentScopedContext()->location; in getLocation()
56 static ScopedContext *&getCurrentScopedContext();